Skip to content

Commit

Permalink
wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Feb 23, 2024
1 parent f03b780 commit 0c1a6c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0c1a6c5

Please sign in to comment.