Skip to content

Commit

Permalink
Add build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Apr 13, 2021
1 parent 3d48b93 commit 4802197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
npm ci
- run: |
npm run all
- uses: actions/upload-artifact@v2
with:
name: build
path: dist
- name: Verify no unstaged changes
run: __test__/verify-no-unstaged-changes.sh
test: # make sure the action works on a clean machine without building
Expand Down

0 comments on commit 4802197

Please sign in to comment.