Skip to content

Commit

Permalink
tests for collections
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Oct 13, 2024
1 parent b764901 commit 1b65932
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/collections-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ jobs:

- name: Install dependencies
working-directory: ./collections
run: |
npm install -g npm@latest
npm install simpl-schema
run: meteor npm install simpl-schema

- name: Run package tests
working-directory: ./collections
run: |
export NODE_PATH=$(npm root -g)
meteor test-packages ./
run: meteor test-packages ./

0 comments on commit 1b65932

Please sign in to comment.