Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 21, 2025
1 parent 16c8bae commit d8e771d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compose-test_ntfy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
exit 1
fi
cd traefik
docker compose exec -T traefik wget --spider https://localhost:4443/ntfy \
docker compose exec -T traefik wget --spider --no-check-certificate https://localhost:4443/ntfy \
|| (docker ps ; docker compose logs ; cd ../${TARGET_SERVICE} ; docker compose logs ; exit 1)
2 changes: 1 addition & 1 deletion .github/workflows/compose-test_uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
exit 1
fi
cd traefik
docker compose exec -T traefik wget --spider https://localhost:4443/ \
docker compose exec -T traefik wget --spider --no-check-certificate https://localhost:4443/ \
|| (docker ps ; docker compose logs ; cd ../${TARGET_SERVICE} ; docker compose logs ; exit 1)

0 comments on commit d8e771d

Please sign in to comment.