Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Aug 6, 2024
1 parent 3e11b62 commit 91ada1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
git config --global user.name "Alex Hultman"
git commit -a -m "[GitHub Actions] Updated windows-latest binaries"
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
git checkout master -- tests/smoke.js
node tests/smoke.js
build-unix:
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -51,7 +53,6 @@ jobs:
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
git checkout master -- tests/smoke.js
node tests/smoke.js
build-arm:
runs-on: ubuntu-latest
name: Build on ${{ matrix.arch }}
Expand Down

0 comments on commit 91ada1b

Please sign in to comment.