feat: Run CI
Some checks failed
CI / Run Tests (push) Failing after 33s

This commit is contained in:
2024-11-14 17:41:42 -05:00
parent df3ed6a407
commit a0b7053eae

View File

@@ -26,7 +26,7 @@ jobs:
run: docker build -f Dockerfile.test -t ${{ gitea.repository }}:test .
- name: Run Test
run: >
docker run -it --rm \
docker run --rm \
-e MOSQUITTO_SERVER=127.0.0.1 \
${{ gitea.repository }}:test \
swift test