diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-11-30 17:46:36 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-11-30 18:39:58 +0100 |
commit | 0761c84bbf4aec8a97a233d2dbfc5cc305031753 (patch) | |
tree | 8bb1bed2ad79ce8b189293cfd1f66f6f89aeedcd /.github | |
parent | f26ee9c69d98b9208f709e0c7aa284755708adbd (diff) | |
download | nextcloud-server-0761c84bbf4aec8a97a233d2dbfc5cc305031753.tar.gz nextcloud-server-0761c84bbf4aec8a97a233d2dbfc5cc305031753.zip |
Bump cypress runners
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 93bf55ad011..c9579238540 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false matrix: # run multiple copies of the current job in parallel - containers: [1] + containers: [1, 2] name: runner ${{ matrix.containers }} |