Skip to content

Commit

Permalink
Fix meteor test procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 21, 2024
1 parent 1994d2f commit 305667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_meteor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install the project dependencies
run: poetry install -C meteor
- name: Run the automated tests (for example)
run: meteor test
run: poetry run -C meteor meteor test

docker:
if: ${{ !github.event.release.prerelease }}
Expand Down

0 comments on commit 305667c

Please sign in to comment.