Skip to content

Commit

Permalink
fix test report page build
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Jan 15, 2024
1 parent d8fa3e9 commit a844895
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
bun build reference-implementation/index.js > ../test_report/public/processor.js
- uses: actions/setup-node@v3
with:
node-version: latest
node-version: 21.4.0
- run: cd test_report && npm install && npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
Expand All @@ -32,4 +32,4 @@ jobs:
path: 'test_report/public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
Loading

0 comments on commit a844895

Please sign in to comment.