Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Feb 6, 2024
1 parent d497dc4 commit 00fe056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ runs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ inputs.dotnet_version }}

- name: Run .Net Project
shell: bash
run: dotnet run --urls "http://localhost:5000" --project="src/Dfe.EarlyYearsQualification.Web"
run: nohup dotnet run --urls "http://localhost:5000" --project="src/Dfe.EarlyYearsQualification.Web"

- name: Run Chrome Tests
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 00fe056

Please sign in to comment.