Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
hirasso committed Dec 4, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent aef54ee commit 9a6543a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -15,13 +15,15 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run test:e2e
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
- name: Serve docs
run: npm run docs:dev
# - name: Run Playwright tests
# run: npm run test:e2e
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30

0 comments on commit 9a6543a

Please sign in to comment.