Skip to content

Commit

Permalink
Merge pull request uutils#4992 from sylvestre/ignore-intermittent
Browse files Browse the repository at this point in the history
try to fix ignore intermittent
  • Loading branch information
cakebaker committed Jun 21, 2023
2 parents a18bf4b + a3fe70f commit 17830ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
path_UUTILS='${{ steps.vars.outputs.path_UUTILS }}'
# https://github.com/uutils/coreutils/issues/4294
# https://github.com/uutils/coreutils/issues/4295
IGNORE_INTERMITTENT='${path_UUTILS}/.github/workflows/ignore-intermittent.txt'
IGNORE_INTERMITTENT="${path_UUTILS}/.github/workflows/ignore-intermittent.txt"
mkdir -p ${{ steps.vars.outputs.path_reference }}
Expand Down

0 comments on commit 17830ad

Please sign in to comment.