Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Aug 11, 2023
1 parent 1fe1a38 commit 3ecebfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:

- name: Copy web assets
run: |
cp ui/dist/* ./internal/web/handlers/assets/js/
cp ui/dist/*.js ./internal/web/handlers/assets/
cp ui/dist/*.woff ./internal/web/handlers/assets/
cp ui/dist/*.woff2 ./internal/web/handlers/assets/
- name: Cache Go modules
uses: actions/cache@v1
Expand Down

0 comments on commit 3ecebfb

Please sign in to comment.