From 7af3f253d4722aee308dab1f0a823ce3aec5e969 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 2 Jul 2024 13:42:10 -0600 Subject: [PATCH] debugging --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f83eea6..fe891a4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@v5 # Set up the build environment - name: Copy our kickstart file over so it gets picked up - run: mkdir faDockerComposeFilePath/ && cp -r .github/kickstart faDockerComposeFilePath/ && cp .github/kickstart/kickstart.json faDockerComposeFilePath/kickstart/k2.json + run: mkdir faDockerComposeFilePath/ && cp -r .github/kickstart faDockerComposeFilePath/ && cp .github/kickstart/kickstart.json faDockerComposeFilePath/kickstart/k2.json && cp .github/kickstart/kickstart.json .github/kickstart/k2.json - name: Start FusionAuth uses: fusionauth/fusionauth-github-action@v1 with: