fix typos
This commit is contained in:
parent
ff7aa682f6
commit
cad68f4737
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user