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

This commit is contained in:
2024-11-14 19:32:47 -05:00
parent d26ab714ab
commit 30b8ea3661

View File

@@ -34,7 +34,7 @@ jobs:
# tags: |
# git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }}
- name: Build test image.
run: docker build -f Dockerfile.test -t ${{ gitea.repositry }}:${{ gitea.sha }}
run: docker buildx build -f Dockerfile.test -t ${{ gitea.repositry }}:${{ gitea.sha }} ./
- name: Run Test
run: >
docker run --rm \