We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b774e97 commit ec0ba7eCopy full SHA for ec0ba7e
1 file changed
.github/workflows/playwright.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: npm ci
32
- name: Install .NET HTTPS Development Certificate
33
- # if: matrix.os == 'ubuntu-latest'
+ if: runner.os != 'Linux'
34
run: |
35
dotnet dev-certs https --clean
36
dotnet dev-certs https --trust
@@ -40,6 +40,7 @@ jobs:
40
run: npx playwright test
41
env:
42
ESHOP_USE_HTTP_ENDPOINTS: 1
43
+ ASPNETCORE_URLS: http://localhost:5045
44
USERNAME1: bob
45
PASSWORD: Pass123$
46
- uses: actions/upload-artifact@v4
0 commit comments