From 2ed2c0f7fbd104c1f8135bdbd0cf5d9c87c884dd Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 2 Jul 2024 15:39:39 -0600 Subject: [PATCH] reworking workflow --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7fc0e58..e4aa707 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,6 +36,9 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + - name: Test that we can compile + shell: bash -l {0} + run: sb compile - name: Copy our kickstart file over so it gets picked up run: | mkdir faDockerComposeFilePath @@ -51,9 +54,6 @@ jobs: - name: Sleep until FusionAuth starts run: sleep 30 - - name: Test that we can compile - shell: bash -l {0} - run: sb compile - name: Run tests shell: bash -l {0} run: sb test