Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai authored Nov 20, 2023
1 parent 2f5132c commit 1dd34cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
- name: Install Just
uses: extractions/setup-just@v1

- name: Generate Configuration
run: just gen_synapse_conf

- name: Prepare Data for Tests
run: |
cp -R ./.env.example ./.env
docker compose up -d
run: docker compose up -d

- name: E2E Tests
env:
Expand Down

0 comments on commit 1dd34cd

Please sign in to comment.