Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 0 additions & 135 deletions .deploy/cleanup.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .deploy/common.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .deploy/common/dns.tf

This file was deleted.

13 changes: 0 additions & 13 deletions .deploy/common/variables.tf

This file was deleted.

9 changes: 0 additions & 9 deletions .deploy/common/versions.tf

This file was deleted.

2 changes: 0 additions & 2 deletions .deploy/track.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ jobs:
working-directory: test-ctf
run: |
ctf validate

- name: CTF stats
# Run this in the test-ctf directory
working-directory: test-ctf
run: |
ctf stats

- name: CTF list
# Run this in the test-ctf directory
working-directory: test-ctf
run: |
ctf list

- name: Deployment check
working-directory: test-ctf
Expand Down
Loading