Skip to content

Commit

Permalink
Update collection used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Sep 8, 2023
1 parent 9094a59 commit d4a80c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: OpenTermsArchive/contrib-declarations
path: ./contrib-declarations
repository: OpenTermsArchive/demo-declarations
path: ./demo-declarations
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: cd ./contrib-declarations && npm install
- run: cd ./demo-declarations && npm install
- run: npm ci
- run: ./node_modules/.bin/cross-env NODE_ENV=ci npm run declarations:validate:schema

0 comments on commit d4a80c5

Please sign in to comment.