From 0a559ab3def2500cacb43da374b52ebd3c48e493 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Apr 2023 19:24:25 +0200 Subject: [PATCH] Use the full path for the ignore list --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 3e78be910..392634909 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -203,7 +203,7 @@ jobs: REPO_DEFAULT_BRANCH='${{ steps.vars.outputs.repo_default_branch }}' # https://github.com/uutils/coreutils/issues/4294 # https://github.com/uutils/coreutils/issues/4295 - IGNORE_INTERMITTENT='.github/workflows/ignore-intermittent.txt' + IGNORE_INTERMITTENT='${path_UUTILS}/.github/workflows/ignore-intermittent.txt' mkdir -p ${{ steps.vars.outputs.path_reference }}