From 69d1ad49c01b42cb484b6fdfcd27939cc509a0fa Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 24 Jul 2025 10:43:42 +0200 Subject: [PATCH] Update yml_example.md --- yml_example.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/yml_example.md b/yml_example.md index 361e38f..1b7b6db 100644 --- a/yml_example.md +++ b/yml_example.md @@ -30,12 +30,9 @@ jobs: ##################################### TO NOT CHANGE ################################# - - name: Execute give_runs_log from test-ci repo - run: | - chmod +x temp-ci/give_runs_log.sh - - name: Pixi download run: | + chmod +x temp-ci/give_runs_log.sh ./temp-ci/give_runs_log.sh "outputs/pixi.log" - name: Run tests and generate reports