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 committed Dec 22, 2023
1 parent a08ab26 commit 01bff25
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: make up -d &

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

0 comments on commit 01bff25

Please sign in to comment.