Skip to content

Commit

Permalink
build ig
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Oct 2, 2024
1 parent a4d8988 commit 92d4785
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
distribution: 'adopt'
java-version: 17
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
working-directory: sof-js
run: bun install
Expand All @@ -37,7 +40,7 @@ jobs:
working-directory: test_report
run: bun install && bun run prepare && bun run build
- name: Build IG
run: bun i fsh-sushi && ./scripts/_updatePublisher.sh -y && ./scripts/_genonce.sh && cp -R test_report/public output/extra
run: export PATH="$HOME/.bun/bin:$PATH" && bun i -g fsh-sushi && ./scripts/_updatePublisher.sh -y && ./scripts/_genonce.sh && cp -R test_report/public output/extra
- name: Setup Pages
uses: actions/configure-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 92d4785

Please sign in to comment.