File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
playwright-tests :
73
73
runs-on :
74
74
- codebuild-content-services-be-repo-${{ github.run_id }}-${{ github.run_attempt }}
75
- - instance-size:medium
75
+ - instance-size:large
76
76
- buildspec-override:true
77
77
78
78
steps :
@@ -281,7 +281,7 @@ jobs:
281
281
282
282
- name : Run front-end Playwright tests
283
283
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
285
285
286
286
- name : Publish front-end Test Report
287
287
uses : ctrf-io/github-test-reporter@v1
You can’t perform that action at this time.
0 commit comments