Skip to content

Commit

Permalink
Made sure only 1 test using ngrok is running at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Thai committed Oct 11, 2024
1 parent b4c9a12 commit 8e34675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

name: Run integration tests for mobile apps
runs-on: ubuntu-latest
concurrency:
group: ngrok
cancel-in-progress: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8e34675

Please sign in to comment.