Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 9, 2024
1 parent 4d5edd8 commit 334fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
distribution: 'temurin'
java-version: 17

- run: ./mill -i "__.test" + generateTutorial + generateReference && git diff --exit-code
- run: ./mill -i "__.test" && ./mill -i generateTutorial + generateReference && git diff --exit-code

check-scalafix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 334fabe

Please sign in to comment.