Skip to content

Commit

Permalink
chore: removed unused run-script flags in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Sep 21, 2022
1 parent a9e0d6f commit 1801244
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Set Tap RC
run: node ./test/fixtures/taprc.js
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ jobs:
- name: Set Tap RC
run: node ./test/fixtures/taprc.js
- name: Test
run: npm test --ignore-scripts -iwr
run: npm test --ignore-scripts
2 changes: 1 addition & 1 deletion scripts/template-oss/_step-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- name: Set Tap RC
run: node ./test/fixtures/taprc.js
- name: Test
run: {{ rootNpmPath }} test --ignore-scripts {{~#if jobRunFlags}} {{ jobRunFlags }}{{/if}}
run: {{ rootNpmPath }} test --ignore-scripts

0 comments on commit 1801244

Please sign in to comment.