Skip to content

Commit

Permalink
ci: test CTFd connection on setup endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jun 1, 2024
1 parent a75ec69 commit 8f87975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://ctfd:8000'
appearance_name: TFP-CTFd
appearance_description: Terraform Provider CTFd.
mode: teams
Expand Down

0 comments on commit 8f87975

Please sign in to comment.