Skip to content

Commit ec0ba7e

Browse files
committed
fix playwright test
1 parent b774e97 commit ec0ba7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232
- name: Install .NET HTTPS Development Certificate
33-
# if: matrix.os == 'ubuntu-latest'
33+
if: runner.os != 'Linux'
3434
run: |
3535
dotnet dev-certs https --clean
3636
dotnet dev-certs https --trust
@@ -40,6 +40,7 @@ jobs:
4040
run: npx playwright test
4141
env:
4242
ESHOP_USE_HTTP_ENDPOINTS: 1
43+
ASPNETCORE_URLS: http://localhost:5045
4344
USERNAME1: bob
4445
PASSWORD: Pass123$
4546
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)