mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Remove test step.
This commit is contained in:
parent
5a6a14e3a2
commit
2a0cac20f6
1 changed files with 2 additions and 8 deletions
10
.github/workflows/windows.yml
vendored
10
.github/workflows/windows.yml
vendored
|
@ -36,16 +36,10 @@ jobs:
|
|||
-
|
||||
run: npm install npm@6 -g
|
||||
name: Install old npm
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
shell: msys2 {0}
|
||||
run: src/bin/installDeps.sh
|
||||
-
|
||||
name: Run the backend tests
|
||||
shell: msys2 {0}
|
||||
run: cd src && npm test
|
||||
-
|
||||
name: Build the .zip
|
||||
- name: Build the .zip
|
||||
shell: msys2 {0}
|
||||
run: src/bin/buildForWindows.sh
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue