We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfcb12 commit 6842aa8Copy full SHA for 6842aa8
.github/workflows/control_unit_tests.yml
@@ -41,5 +41,9 @@ jobs:
41
python control/src/hexitec/utilities/deploy_control_script.py
42
- name: Run Tox
43
run: |
44
+ ls -la /home/runner/work/hexitec-detector/hexitec-detector/control/
45
+ ls -la /home/runner/work/hexitec-detector/hexitec-detector/control/test/
46
+ ls -la /home/runner/work/hexitec-detector/hexitec-detector/control/test/hexitec/
47
+ ls -la /home/runner/work/hexitec-detector/hexitec-detector/control/test/hexitec/package/
48
cd control/
49
tox
0 commit comments