Skip to content

Commit 1d047c9

Browse files
committed
Pass WASI conformance tasks as an array
1 parent 23b068b commit 1d047c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pinned-conformance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,10 @@ jobs:
205205
run: |
206206
set -euo pipefail
207207
mkdir -p artifacts
208+
read -r -a gradle_tasks <<< "$GRADLE_TASKS"
208209
./gradlew --stacktrace --console=plain \
209210
:tck:verifyWasiTestsuiteExclusions \
210-
$GRADLE_TASKS \
211+
"${gradle_tasks[@]}" \
211212
-Pkwasm.wasi.testsuiteDir="$GITHUB_WORKSPACE/upstream/wasi-testsuite" \
212213
2>&1 | tee "artifacts/wasi-preview1-${{ matrix.id }}.log"
213214

0 commit comments

Comments
 (0)