Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c17ebe

Browse files
committed
ci: fix shellcheck lint error
When running `make lint` locally the GitHub action linter complainedabout missing double quotes around the `gotestsum` command. Thiscommit adds the double quotes around the `$NUM_PARALLEL_PACKAGES` and`$NUM_PARALLEL_TESTS $TESTCOUNT` variables.```bash.github/workflows/nightly-gauntlet.yaml:90:9: shellcheck reported issue in this script: SC2086:info:56:25: Double quote to prevent globbing and word splitting [shellcheck]```
1 parent0ece153 commit6c17ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/nightly-gauntlet.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
DB=ci gotestsum \
145145
--format standard-quiet --packages "./..." \
146-
-- -timeout=20m -v -p $NUM_PARALLEL_PACKAGES -parallel=$NUM_PARALLEL_TESTS$TESTCOUNT
146+
-- -timeout=20m -v -p"$NUM_PARALLEL_PACKAGES" -parallel="$NUM_PARALLEL_TESTS" "$TESTCOUNT"
147147
148148
-name:Upload Embedded Postgres Cache
149149
uses:./.github/actions/embedded-pg-cache/upload

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp