We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f96a1b commit bb80763Copy full SHA for bb80763
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
# we should not push empty results to the cache
99
READ_ONLY_REMOTE_GRADLE_CACHE: true
100
run: |
101
- TASKS=$(./gradlew --no-daemon --parallel -q testMatrix | jq 'del(.[] | select(. == ":testcontainers-databend:check" or . == ":testcontainers:check" or startswith(":docs:")))' --compact-output)
+ TASKS=$(./gradlew --no-daemon --parallel -q testMatrix | jq 'del(.[] | select(. == ":testcontainers:check" or startswith(":docs:")))' --compact-output)
102
echo $TASKS
103
echo "matrix={\"gradle_args\":$TASKS}" >> $GITHUB_OUTPUT
104
check:
0 commit comments