From d4a80c5aea6a820aed94b0bbe614755f763ae658 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Fri, 8 Sep 2023 10:12:15 +0200 Subject: [PATCH] Update collection used in test --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12abdfc5e..bcab94027 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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