Skip to content

Reorganize conformance tests (#1079) #561

Reorganize conformance tests (#1079)

Reorganize conformance tests (#1079) #561

Workflow file for this run

name: browserstack
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
browserstack:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: cache
uses: actions/cache@v4
with:
path: |
~/.tmp
.tmp
key: ${{ runner.os }}-connect-web-browserstack-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-connect-web-browserstack-
- name: browserstack
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
run: make testwebbrowserstack