fix typos
msbuild / build (push) Failing after 7s Details

This commit is contained in:
Greg Gauthier 2024-02-27 12:20:17 +00:00
parent ff7aa682f6
commit cad68f4737
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ jobs:
- name: Start Web
shell: bash
working-directory: ${{runner.workspace}}
run: cd MyWebApp && nohub dotnet run &
run: cd MyWebApp && nohup dotnet run &
- name: Run Playwright Tests
shell: bash
working-directory: ${{runner.workspace}}
run: cd PlawwrightTests && dotnet test
run: cd PlaywrightTests && dotnet test