test args
Some checks failed
Build and Test / build-image (push) Failing after 14s

This commit is contained in:
2025-12-31 10:04:50 +03:00
parent ed1bd49151
commit 039ca9ca51
3 changed files with 27 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ jobs:
- name: Build Docker image
run: |
docker build -t testimage:latest .
docker run --rm testimage:latest
# The 'run:' keyword executes shell commands
docker run --rm testimage:latest argumentXXX
- name: Run tests (example)
run: echo "Tests passed!"