Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed Oct 17, 2024
1 parent ed4af8e commit 3640ac9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: yarn install --frozen-lockfile

- name: Run tests
run: yarn jest
run: |
yarn download-webviewer
yarn jest
- name: Build
run: yarn build
Expand Down

0 comments on commit 3640ac9

Please sign in to comment.