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: |
|
run: |
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm run ci:prepare
|
pnpm run ci:prepare
|
||||||
# - name: Install Playwright
|
- name: Install Playwright
|
||||||
# run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
# - name: Run your tests
|
- name: Run your tests
|
||||||
# run: npm test
|
run: npm test
|
||||||
# - name: Upload test results
|
- name: Upload test results
|
||||||
# if: always()
|
if: always()
|
||||||
# uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
# with:
|
with:
|
||||||
# name: playwright-report
|
name: playwright-report
|
||||||
# path: playwright-report
|
path: playwright-report
|
||||||
|
|||||||
Reference in New Issue
Block a user