mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
fix workflow
This commit is contained in:
parent
74909a2c7e
commit
48e910be1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/frontend-tests.yml
vendored
4
.github/workflows/frontend-tests.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: tests/frontend/travis/sauce_tunnel.sh
|
||||
|
||||
- name: Install ep_preformance_test_hook
|
||||
run: ep_performance_test_hooks
|
||||
run: npm install ep_performance_test_hooks
|
||||
|
||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: bin/installDeps.sh
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
run: tests/frontend/travis/sauce_tunnel.sh
|
||||
|
||||
- name: Install ep_preformance_test_hook
|
||||
run: ep_performance_test_hooks
|
||||
run: npm install ep_performance_test_hooks
|
||||
|
||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: bin/installDeps.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue