Skip to content

Commit

Permalink
ci: fix missing configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Sep 21, 2023
1 parent a806ff6 commit bb0f32f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Download Alpine image
run: nix develop --impure .#ci -c just download-alpine

- name: Prepare configuration
run: cp config.example.yaml config.yaml

- name: Launch Docker Compose
run: docker compose -f docker-compose.yaml up -d

Expand Down

0 comments on commit bb0f32f

Please sign in to comment.