diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a14ea4..e54b966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,18 +20,13 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - registry-url: 'https://npm.pkg.github.com' - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - name: Install NPM dependencies run: npm ci --ignore-scripts - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - name: Build and run tests run: npm rebuild && npm run all - name: Verify no uncommitted files run: '[ -z "$(git status --porcelain=v1 2>/dev/null)" ]' - shell: bash \ No newline at end of file + shell: bash