Skip to content

Commit

Permalink
add a test to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Jan 28, 2024
1 parent 56d6915 commit 96da3a8
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 @@ -34,4 +34,6 @@ jobs:
run: version

- name: Run the tests
run: nu --commands $"use ($env.PWD)/nupm/; nupm test"
run: |
nu --commands $"use ($env.PWD)/nupm/; nupm install --no-confirm --force --path ."
nu --commands $"use ($env.PWD)/nupm/; nupm test"

0 comments on commit 96da3a8

Please sign in to comment.