Skip to content

Commit

Permalink
build(gha): fix error in nx action
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Mar 14, 2024
1 parent 0e00a69 commit 0125590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:

- uses: myparcelnl/actions/nx-run-many@v4
with:
prefix: 'yarn'
target: 'build'

# The scoper is installed and run in pdk.config.js
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- uses: myparcelnl/actions/nx-run-many@v4
with:
prefix: 'yarn'
target: 'test:coverage'
args: '--parallel=1'

Expand Down

0 comments on commit 0125590

Please sign in to comment.