Skip to content

Commit

Permalink
chore(ci): dont set workspaces flag for tests (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 4, 2022
1 parent d8ef32c commit 40f7dfc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -ws -iwr --if-present
run: npm test --ignore-scripts
- name: Conclude Check
uses: LouisBrunner/checks-action@v1.3.1
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -152,4 +152,4 @@ jobs:
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: npm test --ignore-scripts -iwr
run: npm test --ignore-scripts
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -55,6 +55,7 @@
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.4",
"engines": ">=10",
"content": "./scripts",
"ciVersions": [
"10.0.0",
"10.x",
Expand Down
4 changes: 4 additions & 0 deletions scripts/_step-test.yml
@@ -0,0 +1,4 @@
- name: Add Problem Matcher
run: echo "::add-matcher::.github/matchers/tap.json"
- name: Test
run: {{ rootNpmPath }} test --ignore-scripts

0 comments on commit 40f7dfc

Please sign in to comment.