Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Aug 31, 2023
1 parent 97a9e5a commit 5b2f32e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Copy .env.example to .env
run: cp .env.example .env

- name: Prepare environment
run: bash ./scripts/setup-orbit.sh

- name: Setup environment with docker compose
run: docker compose up -d

Expand Down

0 comments on commit 5b2f32e

Please sign in to comment.