Skip to content

Commit

Permalink
[FIX] Run docker-compose in CI with action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertodelaCruz authored Sep 25, 2024
1 parent 9310835 commit 648d86a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ jobs:
- name: Unit tests
run: unit_tests


- name: Run infsnmp3 dependencies
uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "dev/infsnmp3_devdocker/docker-compose.yml"

- name: Integration tests
run: dev/start_infsnmp3_dependencies.sh && integration_tests
run: integration_tests

- name: Factory tests
run: factory_tests

0 comments on commit 648d86a

Please sign in to comment.