Update .gitea/workflows/test.yml
Run CI Tests / test (push) Failing after 3s

This commit is contained in:
2025-07-23 16:36:48 +02:00
parent d76044b7a8
commit 7e5059cbfe
+6 -6
View File
@@ -29,14 +29,14 @@ jobs:
##################################### TO NOT CHANGE #################################
- name: Install Pixi & project dependencies
- name: Pixi download
run: |
if [ ! -f "outputs/pixi.log" ]; then
if [ ! -f "outputs/pixi.yml" ]; then
head -n -1 outputs/pixi.log
exit_code=$(tail -n 1 outputs/pixi.log)
if [[ "$exit_code" == "Exit Code: 1" ]]; then
exit 1
fi
fi
exit_code=$(tail -n 1 outputs/pixi.log)
if [[ "$exit_code" == "Exit Code: 1" ]]; then
exit 1
fi
- name: Run tests and generate reports