Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Aug 6, 2023
1 parent 87b2db1 commit d3afa99
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm run go_wasm
- run: npm run patch
- run: npm run build
- run: |
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.28.1/tinygo_0.28.1_amd64.deb
sudo dpkg -i -y ${{ runner.temp }}/tinygo_0.28.1_amd64.deb
- run: |
npm run go_wasm
npm run patch
npm run build
- run: npm run test

0 comments on commit d3afa99

Please sign in to comment.