Skip to content

Commit

Permalink
Updated git workflow file (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai authored Jul 14, 2023
1 parent 4359737 commit 0fee4b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
run: npm run prettier:check
- name: Build prod
run: npm run build-prod
- name: Upload build files to artifacts
uses: actions/upload-artifact@v2
with:
name: build-files
path: dist
# - name: Run headless tests
# uses: GabrielBB/xvfb-action@v1
# with:
Expand Down

0 comments on commit 0fee4b3

Please sign in to comment.