mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-01-07 09:00:39 -05:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
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
|
||||
npm install ws
|
||||
node tests/smoke.js
|
||||
build-unix:
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -52,6 +53,7 @@ jobs:
|
||||
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
|
||||
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
|
||||
git checkout master -- tests/smoke.js
|
||||
npm install ws
|
||||
node tests/smoke.js
|
||||
build-arm:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user