debugging workflow
Some checks failed
Python unit tests / unittests (push) Failing after 3s

This commit is contained in:
Louis Heredero 2025-01-24 14:05:46 +01:00
parent 4e0435a3eb
commit b23e99f11b
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -6,7 +6,9 @@ jobs:
unittests:
runs-on: ubuntu-latest
steps:
- run: echo "OS=$(uname -s) arch=$(uname -m) user=$(whoami)"
- run: ls -l /opt
- run: ls -l /opt/hostedtoolcache
- run: mkdir /opt/hostedtoolcache
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python