Skip to content

Commit

Permalink
ci: fix CTFd setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 15, 2024
1 parent 29184b2 commit 122ac7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ jobs:
- name: Setup CTFd
run: go run cmd/ctfd-setup/main.go
env:
CTFD_URL: http://localhost:8000
URL: http://localhost:8000
ADMIN_NAME: 'ctfer'
ADMIN_EMAIL: '[email protected]'
ADMIN_PASSWORD: 'ctfer'
GLOBAL_NAME: 'CTFer.io'
GLOBAL_DESCRIPTION: 'CTFer.io test CTFd setup'

go-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 122ac7b

Please sign in to comment.