mirror of
https://github.com/xddxdd/bird-lg-go
synced 2025-02-16 10:34:27 +01:00
ci: fix failing whois test
This commit is contained in:
parent
6174208d07
commit
90f36610dc
2
.github/workflows/develop.yaml
vendored
2
.github/workflows/develop.yaml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Test whois binary in frontend image
|
||||
run: |
|
||||
docker build -t local/frontend frontend/
|
||||
docker run --rm --net host --entrypoint whois local/frontend github.com || exit 1
|
||||
docker run --rm --net host --entrypoint whois local/frontend -I github.com || exit 1
|
||||
docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net github.com || exit 1
|
||||
docker run --rm --net host --entrypoint whois local/frontend -h whois.ripe.net:43 github.com || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user