Correct syntax
Some checks failed
Build, Push and Run Container / build (push) Failing after 2s

This commit is contained in:
2025-08-12 19:04:02 +02:00
parent 722889cc56
commit 2c9fedcc99

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ap-host
steps:
- name: Sanity: docker and node
- name: Sanity check -- docker & node
run: |
which docker && docker --version
which node && node --version || echo "node not found"