chore: add debug statements to the pipeline run
This commit is contained in:
parent
01c7f522b5
commit
f3410c705e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/kauma.yaml
vendored
3
.github/workflows/kauma.yaml
vendored
|
|
@ -66,4 +66,5 @@ jobs:
|
|||
docker tag ghcr.io/johndoe31415/labwork-docker:master labwork
|
||||
- name: Run labwork container
|
||||
run: |
|
||||
docker run -v $PWD:/dut/ labwork /bin/bash -c '/dut/build && /dut/kauma ./test_json/kauma_tests.json'
|
||||
docker run -v $PWD:/dut/ labwork /bin/bash -c 'ls && pwd && ls ./test_json/kauma_tests.json && /dut/build && /dut/kauma ./test_json/kauma_tests.json'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue