Fix windows test on CI

This commit is contained in:
Michael
2026-01-02 14:30:05 +01:00
committed by GitHub
parent 368aa81247
commit 1137ce9ad1
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ docker build -t traefik:$target $path/windows/$target
docker run --name lb -d -p 8080:8080 traefik:$target --api $api_opts
sleep 2
docker ps
Invoke-WebRequest -Uri http://localhost:8080 -TimeoutSec 60
Invoke-WebRequest -Uri http://localhost:8080 -TimeoutSec 60 -UseBasicParsing
+2 -3
View File
@@ -4,7 +4,6 @@ on:
push:
branches:
- master
pull_request:
jobs:
@@ -16,7 +15,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1
@@ -33,7 +32,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1