mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 16:35:01 -04:00
Use -P.
This commit is contained in:
parent
bfbbd19beb
commit
2d0dcfc5b0
2 changed files with 5 additions and 5 deletions
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
|
@ -15,11 +15,15 @@ jobs:
|
|||
|| (github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id)
|
||||
name: Build .zip
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
steps:
|
||||
-
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
release: false
|
||||
update: false
|
||||
path-type: inherit
|
||||
install: >-
|
||||
zip
|
||||
|
@ -36,17 +40,14 @@ jobs:
|
|||
src/bin/doc/package-lock.json
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
set MSYSTEM=winsymlinks:lnk
|
||||
src/bin/installDeps.sh
|
||||
-
|
||||
name: Run the backend tests
|
||||
shell: msys2 {0}
|
||||
run: cd src && npm test
|
||||
-
|
||||
name: Build the .zip
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
set MSYSTEM=winsymlinks:lnk
|
||||
src/bin/buildForWindows.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue