Skip to content

Commit b4a9f94

Browse files
committed
CI(test): bump ci size and amount of PW workers
1 parent 5aba289 commit b4a9f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
playwright-tests:
7373
runs-on:
7474
- codebuild-content-services-be-repo-${{ github.run_id }}-${{ github.run_attempt }}
75-
- instance-size:medium
75+
- instance-size:large
7676
- buildspec-override:true
7777

7878
steps:
@@ -281,7 +281,7 @@ jobs:
281281

282282
- name: Run front-end Playwright tests
283283
working-directory: content-sources-frontend
284-
run: CURRENTS_PROJECT_ID=V4Ri3k CURRENTS_RECORD_KEY=$CURRENTS_RECORD_KEY CURRENTS_CI_BUILD_ID="${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}" xvfb-run yarn playwright test
284+
run: CURRENTS_PROJECT_ID=V4Ri3k CURRENTS_RECORD_KEY=$CURRENTS_RECORD_KEY CURRENTS_CI_BUILD_ID="${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}" xvfb-run yarn playwright test --workers 4
285285

286286
- name: Publish front-end Test Report
287287
uses: ctrf-io/github-test-reporter@v1

0 commit comments

Comments
 (0)