test run cached?
Some checks failed
Build and Test / build-image (push) Failing after 4s

This commit is contained in:
2025-12-31 09:59:31 +03:00
parent 09047950df
commit 1091f7c62f

View File

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