mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-04-02 18:05:23 +00:00
try playwrigth
This commit is contained in:
20
.github/workflows/test.yaml
vendored
20
.github/workflows/test.yaml
vendored
@@ -24,13 +24,13 @@ jobs:
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm run ci:prepare
|
||||
# - name: Install Playwright
|
||||
# run: npx playwright install --with-deps
|
||||
# - name: Run your tests
|
||||
# run: npm test
|
||||
# - name: Upload test results
|
||||
# if: always()
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: playwright-report
|
||||
# path: playwright-report
|
||||
- name: Install Playwright
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run your tests
|
||||
run: npm test
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report
|
||||
|
||||
Reference in New Issue
Block a user