ci: use public Gitea URL in runner smoke test
All checks were successful
Gitea Runner Smoke Test / smoke (push) Successful in 8s
All checks were successful
Gitea Runner Smoke Test / smoke (push) Successful in 8s
This commit is contained in:
parent
fceee7d82d
commit
08186a88a6
@ -21,8 +21,8 @@ jobs:
|
||||
- name: Check Gitea reachability from container
|
||||
run: |
|
||||
echo "Gitea health from runner container:"
|
||||
curl -s -o /dev/null -w " via host.docker.internal:3300 -> %{http_code}\n" http://host.docker.internal:3300/
|
||||
curl -s http://host.docker.internal:3300/api/v1/version | head -c 200; echo
|
||||
curl -s -o /dev/null -w " via https://gitea.bytelyst.com -> %{http_code}\n" https://gitea.bytelyst.com/
|
||||
curl -s https://gitea.bytelyst.com/api/v1/version | head -c 200; echo
|
||||
- name: Confirm token is not mounted in smoke workflow
|
||||
run: |
|
||||
test ! -e /run/secrets/gitea_npm_token
|
||||
|
||||
Loading…
Reference in New Issue
Block a user