Skip to content

Commit

Permalink
ci: run tilt
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 committed Mar 19, 2023
1 parent 02d6636 commit 22535b7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
working-directory: e2e/integration
run: |
yarn && yarn start gateway && yarn test:docker
run-net-tests:
needs: ['build-images']
runs-on: ubuntu-latest
Expand Down Expand Up @@ -172,3 +173,23 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./push-tag.sh gateway $TWEEK_GATEWAY_VERSION
run-tilt:
runs-on: ubuntu-latest
env:
TILT_VERSION: '0.32.0'

steps:
- uses: actions/checkout@v3

- name: Setup Tilt
uses: yokawasa/action-setup-kube-tools@v0.8.0
with:
setup-tools: |
tilt
tilt: ${{ env.TILT_VERSION }}

- name: Run tilt
run: tilt up
env:
RUN_TESTS: true

0 comments on commit 22535b7

Please sign in to comment.