Skip to content

Commit

Permalink
Don't run downloadMillTestVersion in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Nov 29, 2022
1 parent a262e99 commit 985da11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
apps: mill

- name: Test
run: mill --no-server _.test
run: |
mill --no-server --jobs 1 __.downloadMillTestVersion
mill --no-server --jobs 0 _.test
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 985da11

Please sign in to comment.