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 e7d7cdb commit 635d5d4Copy full SHA for 635d5d4
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
# we should not push empty results to the cache
95
READ_ONLY_REMOTE_GRADLE_CACHE: true
96
run: |
97
- TASKS=$(./gradlew --no-daemon --parallel -q testMatrix | jq 'del(.[] | select(. == ":azure: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)
98
echo $TASKS
99
echo "matrix={\"gradle_args\":$TASKS}" >> $GITHUB_OUTPUT
100
check:
0 commit comments