Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 22535b7

Browse files
committed
ci: run tilt
1 parent 02d6636 commit 22535b7

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
working-directory: e2e/integration
7272
run: |
7373
yarn && yarn start gateway && yarn test:docker
74+
7475
run-net-tests:
7576
needs: ['build-images']
7677
runs-on: ubuntu-latest
@@ -172,3 +173,23 @@ jobs:
172173
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173174
run: |
174175
./push-tag.sh gateway $TWEEK_GATEWAY_VERSION
176+
177+
run-tilt:
178+
runs-on: ubuntu-latest
179+
env:
180+
TILT_VERSION: '0.32.0'
181+
182+
steps:
183+
- uses: actions/checkout@v3
184+
185+
- name: Setup Tilt
186+
uses: yokawasa/action-setup-kube-tools@v0.8.0
187+
with:
188+
setup-tools: |
189+
tilt
190+
tilt: ${{ env.TILT_VERSION }}
191+
192+
- name: Run tilt
193+
run: tilt up
194+
env:
195+
RUN_TESTS: true

0 commit comments

Comments
 (0)