Skip to content

Commit

Permalink
update commands order
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 25, 2023
1 parent a6676e9 commit e72f2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: cachix/install-nix-action@v18

- name: "Run with ${{ matrix.java }} 🚀"
run: nix develop -c sbt '++test;mdoc'
run: nix develop -c sbt 'clean;mdoc;++test'

0 comments on commit e72f2e6

Please sign in to comment.