Update .gitea/workflows/build-and-test.yml
Some checks failed
Build and Test / build-image (push) Failing after 5s

This commit is contained in:
2025-12-31 06:43:50 +00:00
parent 857ac32c14
commit 8d0ae90c96

View File

@@ -13,7 +13,7 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build -t TestImage:latest . docker build -t testimage:latest .
# The 'run:' keyword executes shell commands # The 'run:' keyword executes shell commands
- name: Run tests (example) - name: Run tests (example)