Skip to content

Commit 2fa3a71

Browse files
committed
run-tests workflow: disable docker-build test for now
1 parent c986f96 commit 2fa3a71

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
cd $RUNNER_TEMP/src
9090
make generate-client
9191
92-
- name: Validate docker build
93-
run: |
94-
cd $RUNNER_TEMP/src
95-
make docker-build
92+
# commented out until github runners have docker 23.0
93+
# - name: Validate docker build
94+
# run: |
95+
# cd $RUNNER_TEMP/src
96+
# make docker-build

0 commit comments

Comments
 (0)