Skip to content

Commit

Permalink
test: set working directory github action
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed May 14, 2022
1 parent 3649c32 commit 858c97b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@8
working-directory: ./demos/playground
# - uses: actions/cache@v3
# id: cache
# with:
Expand All @@ -49,9 +50,12 @@ jobs:
# - name: Install dependencies
# if: steps.cache.outputs.cache-hit != 'true'
- run: npm ci
working-directory: ./demos/playground
- name: Download browsers
run: npx playwright install
working-directory: ./demos/playground
- run: npm run test-e2e-ci:${{ matrix.browser }}
working-directory: ./demos/playground
- name: Upload Artifacts
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 858c97b

Please sign in to comment.