Skip to content

Commit

Permalink
fix test report building
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngwarr committed Feb 26, 2024
1 parent 56569f5 commit 1a89d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: bun build src/index.js > ../test_report/public/processor.js
- name: Build test report
working-directory: test_report
run: bun run prepare && bun run build
run: bun install && bun run prepare && bun run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 1a89d2f

Please sign in to comment.