Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Dec 9, 2024
1 parent 9b30ea1 commit 0757ffb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,3 @@ jobs:
run: npx playwright install --with-deps ${{ matrix.browser }}
- name: Run Playwright tests
run: pnpm test -- --project=${{ matrix.browser }}
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30
1 change: 0 additions & 1 deletion .tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export const testTemplate = (template: string) =>
testHasEnded = true;
// if !testPassed, print out stdout/stderr?
processes.forEach((p) => p.kill());
await Promise.all(processes);
},
});

Expand Down

0 comments on commit 0757ffb

Please sign in to comment.