fix typos

This commit is contained in:
Greg Gauthier 2024-02-27 12:20:17 +00:00
parent ff7aa682f6
commit cad68f4737

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