Skip to content

Commit

Permalink
corrected how we call savant
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Jul 2, 2024
1 parent 013de46 commit 4ceb55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ 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

deploy:
Expand Down

0 comments on commit 4ceb55c

Please sign in to comment.