Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lost22git committed Apr 13, 2024
1 parent d3f33a0 commit e3cf950
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 @@ -26,4 +26,6 @@ jobs:
sh init.sh -y
- name: Testing
run: nimble test
run: |
export PATH=$HOME/.nimble/bin:$PATH
nimble test

0 comments on commit e3cf950

Please sign in to comment.