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:
authorMax <max@nextcloud.com>2022-03-23 14:01:42 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:26 +0300
commit9ebbe2e01062b36339020824b93ff67ec4b53652 (patch)
tree9a791ac234a4cfac8816d5d0c2060f7b24a4919e /.github/workflows
parentb1c27a4f1f6bc0c26d06e53e0a7678fcc5004d45 (diff)
make npm_package_name available
no idea why but it seems to be undefined. Reported upstread here: https://github.com/cypress-io/github-action/issues/524 Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index d3073f28d..1f739129f 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -102,6 +102,7 @@ jobs:
config: defaultCommandTimeout=10000,video=false
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
+ npm_package_name: ${{ env.APP_NAME }}
- name: Upload test failure screenshots
uses: actions/upload-artifact@v2