diff --git a/lib/content/ci-workspace.yml b/lib/content/ci-workspace.yml index 15560121..649543f6 100644 --- a/lib/content/ci-workspace.yml +++ b/lib/content/ci-workspace.yml @@ -30,7 +30,7 @@ jobs: node ./bin/npm-cli.js install --ignore-scripts --no-audit node ./bin/npm-cli.js rebuild - name: Run linting - run: node ./bin/npm-cli.js run posttest -w libnpmdiff + run: node ./bin/npm-cli.js run posttest -w %%pkgpath%% env: DEPLOY_VERSION: testing @@ -73,4 +73,4 @@ jobs: # Run the tests, but not if we're just gonna do coveralls later anyway - name: Run Tap tests - run: node ./bin/npm-cli.js run -w libnpmdiff --ignore-scripts test -- -t600 -Rbase -c + run: node ./bin/npm-cli.js run -w %%pkgpath%% --ignore-scripts test -- -t600 -Rbase -c