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

This commit is contained in:
2024-11-14 19:35:26 -05:00
parent 30b8ea3661
commit 853a157ae7

View File

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