Skip to content

Commit

Permalink
fix broken test case
Browse files Browse the repository at this point in the history
  • Loading branch information
wd15 committed Nov 26, 2024
1 parent 829d963 commit a23e3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: nix develop --command bash -c "black --check rocrate_cli"
- run: nix develop --command bash -c "pylint rocrate_cli"
- run: nix develop --command bash -c "flake8 rocrate_cli"
- run: nix develop --command bash -c "pfhub test"
- run: nix develop --command bash -c "rocrate-cli test"
- uses: actions/cache/save@v3
if: always()
with:
Expand Down

0 comments on commit a23e3ea

Please sign in to comment.