mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -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:
|
jobs:
|
||||||
withoutpluginsAndWithoutMinification:
|
withoutpluginsAndWithoutMinification:
|
||||||
name: without plugins
|
name: without plugins and without minification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
tests/frontend/travis/runner.sh
|
tests/frontend/travis/runner.sh
|
||||||
|
|
||||||
withpluginsAndWithoutMinification:
|
withpluginsAndWithoutMinification:
|
||||||
name: with plugins
|
name: with plugins and without minification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -107,7 +107,7 @@ jobs:
|
||||||
tests/frontend/travis/runner.sh
|
tests/frontend/travis/runner.sh
|
||||||
|
|
||||||
withoutpluginsAndWithMinification:
|
withoutpluginsAndWithMinification:
|
||||||
name: without plugins
|
name: without plugins and with minification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -143,7 +143,7 @@ jobs:
|
||||||
tests/frontend/travis/runner.sh
|
tests/frontend/travis/runner.sh
|
||||||
|
|
||||||
withpluginsAndWithMinification:
|
withpluginsAndWithMinification:
|
||||||
name: with plugins
|
name: with plugins and with minification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue