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