chore: debug pipeline

This commit is contained in:
0xalivecow 2024-10-27 17:04:33 +01:00
parent 6461542649
commit 02c054f9a6
No known key found for this signature in database

View file

@ -66,5 +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 'ls ; pwd ; ls ./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 ./dut/test_json/kauma_tests.json ; /dut/build && /dut/kauma ./dut/test_json/kauma_tests.json'