Skip to content

Commit

Permalink
chore: add goal for up of docker container in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raf-nr authored and toadharvard committed Dec 22, 2023
1 parent 3cf5ac4 commit 96fd16c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-linter-and-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Run all linters and formatters
run: make lint

- name: Up all containers
run: docker compose -f dev-docker-compose.yaml up --build --force-recreate --remove-orphans -d

- name: Run all tests and count coverage
run: make test

0 comments on commit 96fd16c

Please sign in to comment.