Skip to content

feat(v1.0.0): new release using metadata server and custom nginx image #42

feat(v1.0.0): new release using metadata server and custom nginx image

feat(v1.0.0): new release using metadata server and custom nginx image #42

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
integration-tests:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
- name: Start minikube
uses: medyagh/setup-minikube@latest
- name: Run tests
env:
MINIKUBE: true
run: |
devbox run test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
- name: Run helm lint
run: |
devbox run lint