From 5c168eb7113099df7e013e56fcc49841fcaab531 Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Sat, 1 Jun 2024 15:16:17 +0200 Subject: [PATCH] ci: test CTFd connection on setup endpoint --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1961290..af3c882 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,11 +53,12 @@ jobs: echo "Server did not respond within the allotted time. Exiting..." exit 1 fi + curl "$base_url" - name: Setup CTFd uses: ctfer-io/ctfd-setup@dc0b1f042a99b5a4abc04e69e850f483ca139557 # v1.1.8 with: - url: http://localhost:8000 + url: 'http://localhost:8000' appearance_name: TFP-CTFd appearance_description: Terraform Provider CTFd. mode: teams