Skip to content

Commit

Permalink
added max-parallel: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DAQEM committed Jan 10, 2024
1 parent 4b9e567 commit 6a323ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,9 @@ jobs:
needs: [integration-tests]

strategy:
max-parallel: 1
matrix:
app: ['UserWebApp', 'AdminWebApp']
app: ['AdminWebApp', 'UserWebApp']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6a323ed

Please sign in to comment.