Skip to content

Commit

Permalink
make npm_package_name available
Browse files Browse the repository at this point in the history
no idea why but it seems to be undefined.
  • Loading branch information
max-nextcloud committed Mar 23, 2022
1 parent 9d83073 commit 3fa26b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fa26b0

Please sign in to comment.