Skip to content

Commit

Permalink
Workflow change to run only specific suite of E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-2k3 committed Oct 21, 2024
1 parent cc865b1 commit b198427
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: (Artifact re-build) Build Webpack
if: steps.download_artifact_1.outcome == 'failure'
run: python -m scripts.build --prod_env
- name: Run E2E Test ${{ matrix.suite.name }}
- name: Run E2E Test additionalEditorFeatures
uses: oppia/retry@a9fb265410e634c84ee90f3e87f323fde0541037
with:
max_attempts: 2
Expand All @@ -155,7 +155,7 @@ jobs:
VIDEO_RECORDING_IS_ENABLED=0;
xvfb-run -a --server-args="-screen 0, 1285x1000x24"
python -m scripts.run_e2e_tests --skip-install
--skip-build --suite=${{ matrix.suite.name }} --prod_env
--skip-build --suite=additionalEditorFeatures --prod_env
- name: Uploading webdriverio-video as Artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b198427

Please sign in to comment.