Skip to content

Commit

Permalink
Do not remove the output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 30, 2021
1 parent 0ed5d3f commit 167aaf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ steps.nvm.outputs.NVMRC }}
- run: npm ci
- run: npm run all
- run: git diff --quiet
- run: git diff --quiet dist/
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
Expand Down
Empty file added output/.keep
Empty file.

0 comments on commit 167aaf6

Please sign in to comment.