mirror of
https://github.com/traefik/traefik-library-image.git
synced 2026-05-02 18:32:33 +00:00
Fix windows test on CI
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user