From 597c7da365a5795db1f63225b9630d02949df036 Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Wed, 29 Jan 2025 11:33:23 +0100 Subject: [PATCH] dbg: show PATH --- .github/workflows/ci.yml | 4 +++- .gitlab-ci.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3e05e82..599d7f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,9 @@ jobs: echo "PATH=\"$(make print-NU_DEST):$PATH\"" >> $GITHUB_ENV make install-nu - name: Show configuration - run: make show + run: | + echo $PATH + make show - name: Run tests run: | make check clippy test example diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 625f83b2..0007ddd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,5 @@ test: - make show script: + - echo $PATH - make check clippy test example -- GitLab