diff options
author | Louis Chemineau <louis@chmn.me> | 2024-11-25 12:42:51 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-11-25 16:22:09 +0100 |
commit | ebda7b45f64bbdb74b8e664f15c0f876d1a45117 (patch) | |
tree | bdc62596da86064767bd6a6c4e4d5468493ae04f /.github | |
parent | 3822db51742eb12c67b525cab80ec0699e011684 (diff) | |
download | nextcloud-server-ebda7b45f64bbdb74b8e664f15c0f876d1a45117.tar.gz nextcloud-server-ebda7b45f64bbdb74b8e664f15c0f876d1a45117.zip |
chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11
Signed-off-by: Louis Chemineau <louis@chmn.me>
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 9d0b48ebb19..4b1705d940a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -162,7 +162,7 @@ jobs: - name: Create data dir archive if: failure() && matrix.containers != 'component' - run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar + run: docker exec nextcloud-cypress-tests_server tar -cvjf - data > data.tar - name: Upload data dir archive uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 |