Skip to content

Commit

Permalink
reworking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Jul 2, 2024
1 parent 4ceb55c commit 2ed2c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2ed2c0f

Please sign in to comment.