This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user