mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
timeouts and dont run plugin tests
This commit is contained in:
parent
d05671fcf2
commit
e28161a2d1
2 changed files with 7 additions and 3 deletions
4
.github/workflows/frontend-admin-tests.yml
vendored
4
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -26,6 +26,10 @@ jobs:
|
|||
- name: Install etherpad plugins
|
||||
run: npm install ep_align@0.2.27
|
||||
|
||||
# Nuke plugin tests
|
||||
- name: Install etherpad plugins
|
||||
run: rm -Rf node_modules/ep_align/static/tests/*
|
||||
|
||||
- name: export GIT_HASH to env
|
||||
id: environment
|
||||
run: echo "::set-output name=sha_short::$(git rev-parse --short ${{ github.sha }})"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue