fix: Fixes sensor service test that was flaky and moves docker stuff into it's own directory.
Some checks failed
CI / Run Tests (push) Failing after 12s

This commit is contained in:
2024-11-14 21:34:48 -05:00
parent d4b6f6ad2b
commit 89f3601c2c
7 changed files with 88 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3
- name: Run Test
run: make test-docker
run: make test
- name: Cleanup.
if: always()
run: docker compose --file docker/docker-compose-test.yaml down