fix typos
This commit is contained in:
parent
ff7aa682f6
commit
cad68f4737
@ -21,9 +21,9 @@ jobs:
|
|||||||
- name: Start Web
|
- name: Start Web
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: cd MyWebApp && nohub dotnet run &
|
run: cd MyWebApp && nohup dotnet run &
|
||||||
|
|
||||||
- name: Run Playwright Tests
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: cd PlawwrightTests && dotnet test
|
run: cd PlaywrightTests && dotnet test
|
||||||
|
Loading…
Reference in New Issue
Block a user