You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
375 B
YAML
19 lines
375 B
YAML
name: test
|
|
|
|
on:
|
|
pull_request_target:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
test-browser:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: npm ci
|
|
- run: npm test
|
|
env:
|
|
BROWSER_STACK_USERNAME: ${{ secrets.BROWSER_STACK_USERNAME }}
|
|
BROWSER_STACK_ACCESS_KEY: ${{ secrets. BROWSER_STACK_ACCESS_KEY }}
|