Skip to content

Commit

Permalink
emma changed: clean up code and better working
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 16, 2024
1 parent ce8392e commit 8386fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Get installed Playwright version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./app/static/package-lock.json').packages['node_modules/@playwright/test'].version)")" >> $GITHUB_ENV
- name: Cache playwright binaries
- name: Cache binaries for playwright version
uses: actions/cache@v4
id: playwright-cache
with:
Expand Down
2 changes: 0 additions & 2 deletions app/static/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
/* Retry on CI only */
retries: process.env.CI ? 2 : 1,
/* Opt out of parallel tests on CI. */
// workers: process.env.CI ? 1 : undefined,
fullyParallel: true,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
// reporter: 'html',
Expand Down

0 comments on commit 8386fb9

Please sign in to comment.