mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
testing 4 runners, will it be too much
This commit is contained in:
parent
b12becb6fb
commit
f2b54af6a4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/frontend-tests.yml
vendored
8
.github/workflows/frontend-tests.yml
vendored
|
@ -4,7 +4,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
withoutpluginsAndWithoutMinification:
|
||||
name: without plugins
|
||||
name: without plugins and without minification
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
tests/frontend/travis/runner.sh
|
||||
|
||||
withpluginsAndWithoutMinification:
|
||||
name: with plugins
|
||||
name: with plugins and without minification
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
tests/frontend/travis/runner.sh
|
||||
|
||||
withoutpluginsAndWithMinification:
|
||||
name: without plugins
|
||||
name: without plugins and with minification
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -143,7 +143,7 @@ jobs:
|
|||
tests/frontend/travis/runner.sh
|
||||
|
||||
withpluginsAndWithMinification:
|
||||
name: with plugins
|
||||
name: with plugins and with minification
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue