refactor: Fix github build pipeline

This commit is contained in:
0xalivecow 2024-10-26 18:51:07 +02:00
parent 7564869ea8
commit 8e9388c353
No known key found for this signature in database
5 changed files with 60 additions and 9 deletions

View file

@ -66,4 +66,4 @@ 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 ./example_challenges/block2poly.json'
docker run -v $PWD:/dut/ labwork /bin/bash -c '/dut/build && /dut/kauma ./test_json/kauma_tests.json'