Skip to content

Commit

Permalink
Updated path for the e2e action
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-c-dfe committed Jan 24, 2024
1 parent 2f5c74c commit 04b5723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
solution_filename: ${{ env.SOLUTION_NAME }}

- name: Run e2e tests
uses: ./github/actions/run-e2e-tests
uses: ./.github/actions/run-e2e-tests
with:
url: "<THIS CAN BE UPDATED WITH THE URL OF THE PR TEST SITE AT A LATER DATE>"

0 comments on commit 04b5723

Please sign in to comment.