Skip to content

Commit 635d5d4

Browse files
authored
Restore azure module in CI (#8668)
1 parent e7d7cdb commit 635d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# we should not push empty results to the cache
9595
READ_ONLY_REMOTE_GRADLE_CACHE: true
9696
run: |
97-
TASKS=$(./gradlew --no-daemon --parallel -q testMatrix | jq 'del(.[] | select(. == ":azure:check" or . == ":testcontainers:check" or startswith(":docs:")))' --compact-output)
97+
TASKS=$(./gradlew --no-daemon --parallel -q testMatrix | jq 'del(.[] | select(. == ":testcontainers:check" or startswith(":docs:")))' --compact-output)
9898
echo $TASKS
9999
echo "matrix={\"gradle_args\":$TASKS}" >> $GITHUB_OUTPUT
100100
check:

0 commit comments

Comments
 (0)