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

This commit is contained in:
2024-11-14 19:00:22 -05:00
parent b3874b96c5
commit c4395b9089

View File

@@ -32,12 +32,12 @@ jobs:
linux/amd64
push: true
tags: |
gitea.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }}
git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }}
- name: Run Test
run: >
docker run --rm \
-e MOSQUITTO_SERVER=127.0.0.1 \
gitea.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} \
git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} \
swift test
- name: Cleanup.
if: always()