mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
GitHub Actions: Build Windows
This commit is contained in:
parent
a587477d5e
commit
4c417b23f8
5
.github/workflows/build-win.yml
vendored
5
.github/workflows/build-win.yml
vendored
@ -15,11 +15,8 @@ jobs:
|
||||
run: npm install -g win-node-env
|
||||
|
||||
# Skip Cypress binary install
|
||||
- name: set CYPRESS_INSTALL_BINARY=0
|
||||
run: set CYPRESS_INSTALL_BINARY=0
|
||||
|
||||
- name: npm install
|
||||
run: cd webapp; npm install
|
||||
run: set CYPRESS_INSTALL_BINARY=0; cd webapp; npm install
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user