add powershell to the dependency stack
This commit is contained in:
parent
9743678015
commit
08aeebd18a
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Where Am I
|
- name: Where Am I
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: pwd && ls -l && dotnet --info && pwsh --version
|
run: export PATH="$PATH:/root/.dotnet/tools" && pwd && ls -l && dotnet --info && pwsh --version
|
||||||
|
|
||||||
- name: Start Web
|
- name: Start Web
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -34,4 +34,4 @@ jobs:
|
|||||||
- name: Run Playwright Tests
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: pwsh bin/Debug/netX/playwright.ps1 install && cd PlaywrightTests && dotnet test
|
run: export PATH="$PATH:/root/.dotnet/tools" && pwsh bin/Debug/netX/playwright.ps1 install && cd PlaywrightTests && dotnet test
|
||||||
|
Loading…
Reference in New Issue
Block a user