Skip to content

Commit 9c02d0b

Browse files
committed
fix
1 parent a187e65 commit 9c02d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
9292
# Workaround for https://github.com/nim-lang/nimble/issues/1384
9393
# Related: https://github.com/fox0430/moe/pull/2300
94-
echo "NOT_SKIP_TESTS=y" >> $GITHUB_ENV
94+
echo "NOT_SKIP_TESTS=y" >> "$GITHUB_ENV"
95+
echo "$NOT_SKIP_TESTS"
9596
nimble setup
9697
nim c -r tests/tclipboard.nim
9798
nim c -r tests/tquickrun.nim

0 commit comments

Comments
 (0)