File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 TILT_VERSION="0.34.2"
1313 curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
1414 tar -xzv -C /usr/local/bin tilt
15- - name: Start minikube
16- uses: medyagh/setup-minikube@latest
17- with:
18- cpus: max
19- memory: max
15+
2016 - name: Bake images
2117 shell: bash
2218 run: docker buildx bake -f docker-bake.hcl
5551
5652 # Pull all images concurrently
5753 docker compose -f "$tmpfile" pull --parallel --quiet
58-
54+ - name : Start minikube
55+ uses : medyagh/setup-minikube@latest
56+ with :
57+ cpus : max
58+ memory : max
5959 - name : Start Tilt
6060 shell : bash
6161 run : tilt ci
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259259 all-required-pr-checks-passed :
260260 if : always()
261261 needs :
262- - python-tests
262+ # - python-tests
263263 - python-vulnerability-scan
264264 - javascript-client-tests
265265 - rust-tests
You can’t perform that action at this time.
0 commit comments