Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Jul 2, 2024
1 parent 176538f commit 6d60942
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
with:
FUSIONAUTH_APP_KICKSTART_FILENAME: k2.json
FUSIONAUTH_VERSION: 1.51.1
FUSIONAUTH_APP_KICKSTART_DIRECTORY_PATH: kickstart
# Compile
FUSIONAUTH_APP_KICKSTART_DIRECTORY_PATH: .github/kickstart

- name: Debugging network info
run: docker network ls
# Compile
- name: Test that we can compile
run: cd pkg/fusionauth && go build
# Compile
Expand Down

0 comments on commit 6d60942

Please sign in to comment.