Skip to content

Commit

Permalink
change branch to ref
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Dec 6, 2024
1 parent 0353315 commit 873c0a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/just-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ on:
description: Run performance tests
run_e2e_tests_application:
required: false
default: true
default: false
type: boolean
description: Run e2e tests (application)
run_e2e_tests_assessment:
required: false
default: true
default: false
type: boolean
description: Run e2e tests (assessment)
run_python_e2e_tests:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
repository: communitiesuk/funding-service-design-e2e-checks
path: .
token: ${{ steps.generate_token.outputs.token }}
branch: proto/playwright
ref: proto/playwright
- name: debugstuff
run: |
pwd
Expand Down

0 comments on commit 873c0a7

Please sign in to comment.