Browse Source

fix(test): Integrated new playwright folder location to ci

pull/4278/head
Muhammed Mustafa 2 years ago
parent
commit
9d6988144d
  1. 2
      .github/workflows/playwright-test-workflow.yml

2
.github/workflows/playwright-test-workflow.yml

@ -74,7 +74,7 @@ jobs:
with: with:
path: | path: |
**/playwright/node_modules **/playwright/node_modules
key: cache-playwright-${{ hashFiles('**/playwright/package-lock.json') }} key: cache-nc-playwright-${{ hashFiles('**/playwright/package-lock.json') }}
- name: Install dependencies - name: Install dependencies
if: steps.playwright-cache.outputs.cache-hit != 'true' if: steps.playwright-cache.outputs.cache-hit != 'true'
working-directory: ./packages/nc-gui/tests/playwright working-directory: ./packages/nc-gui/tests/playwright

Loading…
Cancel
Save