Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Sep 6, 2023
1 parent 79c3b45 commit fa6b2d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ jobs:
- name: Checkout repository and submodules
uses: actions/checkout@v3

- name: Rename .env.example to .env
run: mv .env.example .env

- name: Docker Compose build
run: docker compose build

- name: Test
run: make test

0 comments on commit fa6b2d7

Please sign in to comment.