Skip to content

Commit

Permalink
Make e2e branch configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jun 18, 2024
1 parent 10f5a88 commit fe17454
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_against_testrig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
description: "Image to deploy"
required: false
default: '0.18.0-latest'
e2e-branch:
description: "Branch to run E2E tests from"
required: false
default: 'maintenance'

jobs:
deploy:
Expand Down Expand Up @@ -110,7 +114,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: OctoPrint/OctoPrint
ref: maintenance
ref: ${{ github.event.inputs.e2e-branch }}
path: OctoPrint

- name: 🏗 Prepare Playwright env
Expand Down

0 comments on commit fe17454

Please sign in to comment.