Skip to content

Commit

Permalink
ci(cloud_auth): Fix test concurrency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Oct 14, 2024
1 parent 42f8861 commit b89b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/celest_cloud_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: melos bootstrap
- name: Test
working-directory: services/celest_cloud_auth
run: dart test
run: dart test -j 1

0 comments on commit b89b4e8

Please sign in to comment.