Skip to content

Commit

Permalink
Docker compose ci (#791)
Browse files Browse the repository at this point in the history
* add docker-compose / make based CI

* edit ci matrix

* fix Mermaid requirement

* use build-tools

* implement new repo-based docker compose ci

* fix ci

* update submodule

* fix test-coverage script "missing"

* update submodule in CI run
  • Loading branch information
gesinn-it-evl authored Oct 19, 2023
1 parent adf13b5 commit 0006364
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 @@ -59,6 +59,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Update submodules
run: git submodule update --init --remote

- name: Run tests
run: make ci
Expand Down

0 comments on commit 0006364

Please sign in to comment.