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

This commit is contained in:
2024-11-14 19:47:43 -05:00
parent 7954fc5dcd
commit 74b73e7534

View File

@@ -45,7 +45,8 @@ jobs:
run: >
docker build \
-file Dockerfile.test \
--tag ${{ steps.meta.outputs.REPO_NAME }}:test ./
--tag ${{ steps.meta.outputs.REPO_NAME }}:test \
${{ gitea.workspace }}
- name: Run Test
run: >