Skip to content

Commit

Permalink
testing deleting node modules before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LaroldsJubilantJunkyard committed Jun 16, 2023
1 parent a6f5d2f commit ef207c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
npm test -- src/tests/execution/gbdk/gbdk.execution.test.ts
npm test -- src/tests/execution/rgbds/rgbds.execution.test.ts
# delete the node modules folder before we upload the artifacts
rm -rf node_modules
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
npm test -- src/tests/execution/gbdk/gbdk.execution.test.ts
npm test -- src/tests/execution/rgbds/rgbds.execution.test.ts
# delete the node modules folder before we upload the artifacts
rm -rf node_modules
- name: Upload Artifacts
Expand Down

0 comments on commit ef207c8

Please sign in to comment.