Skip to content

Commit

Permalink
Merge pull request #468 from qonversion/feature/sc-30926/run-sdk-tests
Browse files Browse the repository at this point in the history
Prevent concurrent running of integration tests
  • Loading branch information
vanilevsky authored Mar 15, 2024
2 parents c6393df + d7af3cc commit b123a00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
jobs:
tests:
runs-on: macos-latest


concurrency:
group: ios_integration_tests
cancel-in-progress: true

steps:
- uses: actions/checkout@v2
- name: Set Outager url
Expand Down

0 comments on commit b123a00

Please sign in to comment.