Skip to content

Commit

Permalink
Merge branch 'master' into POC-398
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored Aug 3, 2023
2 parents bc9ffd0 + 99bd4e4 commit c35f097
Show file tree
Hide file tree
Showing 35 changed files with 19,801 additions and 368 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
Loading

0 comments on commit c35f097

Please sign in to comment.