Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
fix(github@actions): workaround redwoodjs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub authored Nov 8, 2022
1 parent 28efc62 commit 1dbfd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
timeout_minutes: 3
max_attempts: 3
retry_on: error
command: yarn rw test && yarn workspace web test-storybook:ci
command: yarn rw test api && yarn rw test web && yarn workspace web test-storybook:ci
- uses: actions/upload-artifact@v3.1.1
with:
name: coverage-for-${{github.sha}}-node-${{matrix.node-version}}
Expand Down

0 comments on commit 1dbfd12

Please sign in to comment.