Skip to content

Commit

Permalink
repro
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapgar-groupby committed Apr 22, 2024
1 parent af6ab9e commit 28ab372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: git branch --track main origin/main
if: ${{ github.event_name == 'pull_request' }}

- run: npx nx run-many -t second
- run: npx nx run-many -t second --verbose
5 changes: 4 additions & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
}],
"outputs": ["{workspaceRoot}/output.txt"],
"options": {
"commands": ["/bin/echo -n \"${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}\" > output.txt"]
"commands": [
"/bin/echo -n \"${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}\" > output.txt",
"/bin/echo \"${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}\""
]
}
},
"second":{
Expand Down

0 comments on commit 28ab372

Please sign in to comment.