Skip to content

Commit

Permalink
prepare embed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 20, 2024
1 parent 39ec527 commit cb2a3d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
- uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.0"

- name: Build Dist for Embed
working-directory: app/frontend
run: |
npm install
npm run build
- name: test
working-directory: app
run: |
Expand Down

0 comments on commit cb2a3d5

Please sign in to comment.