Skip to content

Commit

Permalink
update github action (fix work-directory)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 9, 2024
1 parent aeda550 commit 8543bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playwright-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: './.node_version'
working-directory: ./apps/idos-sdk-e2e
- name: Install dependencies
run: pnpm i
- name: Install Playwright
run: pnpm playwright install --with-deps chromium
- name: Build Synpress cache
run: xvfb-run npx synpress tests/wallet-setup
run: xvfb-run npx synpress
- name: Run Playwright tests
run: xvfb-run npx playwright test
- uses: actions/upload-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/playwright-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: './.node_version'
working-directory: ./apps/idos-sdk-e2e
- name: Install dependencies
run: pnpm i
- name: Install Playwright
run: pnpm playwright install --with-deps chromium
- name: Build Synpress cache
run: xvfb-run npx synpress tests/wallet-setup
run: xvfb-run npx synpress
- name: Run Playwright tests
run: xvfb-run npx playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8543bc0

Please sign in to comment.