Skip to content

Commit

Permalink
Use simpl-schema compatible with Meteor in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 30, 2024
1 parent 08e2cb8 commit 24b43a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
meteor create --release ${{ matrix.meteor }} --bare test
cd test
meteor npm i --save [email protected] simpl-schema chai
meteor npm i --save [email protected] simpl-schema@1.13.1 chai
- name: Test
working-directory: ./test
run: METEOR_PACKAGE_DIRS="../" TEST_BROWSER_DRIVER=puppeteer meteor test-packages --raw-logs --once --driver-package meteortesting:mocha ../

0 comments on commit 24b43a6

Please sign in to comment.