Remove test step.

This commit is contained in:
SamTV12345 2023-08-05 22:19:22 +02:00
parent 5a6a14e3a2
commit 2a0cac20f6

View file

@ -36,16 +36,10 @@ jobs:
- -
run: npm install npm@6 -g run: npm install npm@6 -g
name: Install old npm 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} shell: msys2 {0}
run: src/bin/installDeps.sh run: src/bin/installDeps.sh
- - name: Build the .zip
name: Run the backend tests
shell: msys2 {0}
run: cd src && npm test
-
name: Build the .zip
shell: msys2 {0} shell: msys2 {0}
run: src/bin/buildForWindows.sh run: src/bin/buildForWindows.sh
- -