-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,12 +32,6 @@ jobs: | |
- name: Setup Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Wait for Healthy Container | ||
uses: raschmitt/[email protected] | ||
with: | ||
container-name: commune-rs-synapse-1 | ||
timeout: 30 | ||
|
||
- name: Check formatting | ||
run: cargo fmt --check | ||
|
||
|
@@ -68,10 +62,16 @@ jobs: | |
run: | | ||
just backend --no-start | ||
- name: Run Docker Containers (and wait for Synapse) | ||
- name: Run Docker Containers | ||
run: | | ||
just backend -d | ||
- name: Wait for Healthy Container | ||
uses: raschmitt/[email protected] | ||
with: | ||
container-name: commune-rs-synapse-1 | ||
timeout: 30 | ||
|
||
- name: Create Admin User | ||
env: | ||
DOCKER_USER: ${{ env.DOCKER_USER }} | ||
|