Skip to content

Commit

Permalink
chore: set concurrency for browserstack tests to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 4, 2024
1 parent 0fc6d49 commit d2f8616
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/browserstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- '*'
tags:

# Allow only one concurrent test
concurrency:
group: "browserstack"
cancel-in-progress: true

jobs:
browser-tests:
runs-on: ubuntu-latest
Expand All @@ -14,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- run: npm ci
- run: npm run test:browserstack
env:
Expand Down

0 comments on commit d2f8616

Please sign in to comment.