Skip to content

Commit

Permalink
Add extra flags for test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Apr 10, 2024
1 parent 86735a2 commit afb5ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash
run: ./setup_script.sh
- name: Run Tests
run: tox -e bdd-tests -- --experiment-branch ${{ inputs.branch }} --experiment-slug ${{ inputs.slug }}
run: tox -e bdd-tests -- --experiment-branch ${{ inputs.branch }} --experiment-slug ${{ inputs.slug }} --private-browsing-enabled
windows-klaatu-firefox-beta:
runs-on: windows-latest
steps:
Expand All @@ -61,7 +61,7 @@ jobs:
shell: bash
run: ./setup_script.sh
- name: Run Tests
run: tox -e bdd-tests -- --experiment-branch ${{ inputs.branch }} --experiment-slug ${{ inputs.slug }}
run: tox -e bdd-tests -- --experiment-branch ${{ inputs.branch }} --experiment-slug ${{ inputs.slug }} --private-browsing-enabled
windows-klaatu-firefox-nightly:
runs-on: windows-latest
steps:
Expand All @@ -84,4 +84,4 @@ jobs:
shell: bash
run: ./setup_script.sh
- name: Run Tests
run: tox -e bdd-tests -- --experiment-branch ${{ inputs.branch }} --experiment-slug ${{ inputs.slug }}
run: tox -e bdd-tests -- --experiment-branch ${{ inputs.branch }} --experiment-slug ${{ inputs.slug }} --private-browsing-enabled --run-update-test

0 comments on commit afb5ab4

Please sign in to comment.