Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-04 00:31:25 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-04 00:31:25 +0300
commita45c495428fbdbddb2becf0fa9b5f08dde1cbcf2 (patch)
tree94096f8e6371bda0312c6ebe7ca291c00ba5acc2 /.github
parentf9661cf1881751bf01a17a552eefd733e60240dd (diff)
⬆️ upgrade cypress action
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 3545b058b..ec791eccd 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -31,9 +31,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- - name: Set up npm7
- run: npm i -g npm@7
-
- name: Checkout server
uses: actions/checkout@v3
with:
@@ -102,7 +99,7 @@ jobs:
cat data/nextcloud.log
- name: Cypress run
- uses: cypress-io/github-action@v2
+ uses: cypress-io/github-action@v3
with:
record: true
parallel: false