Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@github.com>2022-01-11 22:56:14 +0300
committerGitHub <noreply@github.com>2022-01-11 22:56:14 +0300
commitaa538df4c19f46d2e24e2635d1214176c662fcea (patch)
treec12a37177b00823388bb7bfe3d30bdec59af2434 /.github/workflows/ci-libnpmexec.yml
parent5a87d190f38af9f2f98084d9b476184dbcaf1429 (diff)
fix: added arborist action and updated template-oss (#4215)
- updated template-oss and manually added arborist ci - updated arborist ci to include path - fixed workspace reference and upgraded template-oss - upgraded template-oss properly
Diffstat (limited to '.github/workflows/ci-libnpmexec.yml')
-rw-r--r--.github/workflows/ci-libnpmexec.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-libnpmexec.yml b/.github/workflows/ci-libnpmexec.yml
index 68d2d2242..011ae630e 100644
--- a/.github/workflows/ci-libnpmexec.yml
+++ b/.github/workflows/ci-libnpmexec.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 workspaces/libnpmexec
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 workspaces/libnpmexec --ignore-scripts test -- -t600 -Rbase -c