From 9e1449d7fc8a80ad45fd169a3346772e50834730 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Mon, 29 Jan 2024 01:07:07 +0300 Subject: [PATCH] MOve it --- .github/workflows/ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad13375a..2a00d626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,23 +64,25 @@ "name": "Show dir 0_3", "run": "which qlot || true" }, + { - "name": "Show dir 0_3 2", + "name": "Show dir 0_3 lispsh", + "shell": "lispsh -eo pipefail {0}", "run": "ls - /mingw64/bin/ros || true" }, { - "name": "Show dir 0_4", + "name": "Show dir 0_4 lispsh", + "shell": "lispsh -eo pipefail {0}", "run": "which ros || true" }, + { - "name": "Show dir 0_3 lispsh", - "shell": "lispsh -eo pipefail {0}", + "name": "Show dir 0_3 2", "run": "ls - /mingw64/bin/ros || true" }, { - "name": "Show dir 0_4 lispsh", - "shell": "lispsh -eo pipefail {0}", + "name": "Show dir 0_4", "run": "which ros || true" },