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 452110a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion config/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"services": {
"declarationsPath": "./contrib-declarations/declarations"
"declarationsPath": "./demo-declarations/declarations"
}
}

0 comments on commit 452110a

Please sign in to comment.