feat: Run CI
Some checks failed
CI / Run Tests (push) Has been cancelled

This commit is contained in:
2024-11-14 17:48:07 -05:00
parent a0b7053eae
commit 1c99e4861d

View File

@@ -23,7 +23,7 @@ jobs:
-p "8081:8081" \
eclipse-mosquitto:latest
- name: Build the test image.
run: docker build -f Dockerfile.test -t ${{ gitea.repository }}:test .
run: docker buildx build -f Dockerfile.test -t ${{ gitea.repository }}:test .
- name: Run Test
run: >
docker run --rm \