run custom
All checks were successful
Build and Test / build-image (push) Successful in 13s

This commit is contained in:
2025-12-31 10:07:52 +03:00
parent 039ca9ca51
commit 5ec10934b6

View File

@@ -14,7 +14,7 @@ jobs:
- name: Build Docker image
run: |
docker build -t testimage:latest .
docker run --rm testimage:latest argumentXXX
docker run --rm testimage:latest dotnet pipelines-experiment.dll argumentXXX
- name: Run tests (example)