Update path

This commit is contained in:
Uwe Seimet 2023-11-09 12:42:29 +01:00
parent 33b7759ff9
commit dff11e571b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
run: make -j $(nproc) test
- name: Run unit tests
run: (set -o pipefail && bin/fullspec/piscsi_test | tee piscsi_test_log.txt)
run: (set -o pipefail && bin/piscsi_test | tee piscsi_test_log.txt)
- name: Upload logs
uses: actions/upload-artifact@v3