Skip to content

Commit

Permalink
Merge pull request #4730 from cakebaker/fix_gnutests_yml
Browse files Browse the repository at this point in the history
CICD: fix full path for the ignore list
  • Loading branch information
sylvestre authored Apr 11, 2023
2 parents 75cad4d + b005b0e commit 20794c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ jobs:
REF_LOG_FILE='${{ steps.vars.outputs.path_reference }}/test-logs/test-suite.log'
REF_SUMMARY_FILE='${{ steps.vars.outputs.path_reference }}/test-summary/gnu-result.json'
REPO_DEFAULT_BRANCH='${{ steps.vars.outputs.repo_default_branch }}'
path_UUTILS='${{ steps.vars.outputs.path_UUTILS }}'
# https:/uutils/coreutils/issues/4294
# https:/uutils/coreutils/issues/4295
IGNORE_INTERMITTENT='${path_UUTILS}/.github/workflows/ignore-intermittent.txt'
Expand Down

0 comments on commit 20794c4

Please sign in to comment.