Skip to content

Commit

Permalink
Try parallel again
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed May 9, 2024
1 parent 62691c0 commit 239419d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

strategy:
# Run sequentially on the same runner
max-parallel: 1
# max-parallel: 1
matrix:
node-version: [16.x, 18.x]
mongoose-version: [[mongoose@6.12.2, bson@^4.7.2], [mongoose@7.6.4, bson@^5.5.0], [mongoose@latest, bson@^6.5.0]]
Expand Down Expand Up @@ -67,7 +67,8 @@ jobs:
REDIS_PORT: 6379

sonar:
needs: tests
# Run sequentially on the same runner
# needs: tests
name: Coverage & Sonar
runs-on: ubuntu-latest

Expand Down

0 comments on commit 239419d

Please sign in to comment.