Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes from Marc's feedback; also correct GH Action arg in test-all-ve…
…rsions.push.yml
  • Loading branch information
trentm committed Dec 6, 2023
commit 93ae7b0fa9079804fc5901bffa218a08edaebc3f
5 changes: 1 addition & 4 deletions .github/workflows/test-all-versions.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# Need lerna to list all packages
- name: Install lerna
run: npm install -g [email protected]
- name: Parse labels into lerna scope arguments
- name: Parse labels into npm workspace arguments
id: npm-workspace-args
run: |
OUTPUT=`node scripts/pr-labels-to-npm-workspace-args.mjs "$PR_LABELS"`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
tav:
uses: ./.github/workflows/test-all-versions.yml
with:
lerna-args: ""
npm-workspace-args: ""