Skip to content

Add: command, environment vars and args #10

Add: command, environment vars and args

Add: command, environment vars and args #10

Workflow file for this run

name: E2e Deploy Module
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install cli tools
run: make tools
- name: Run CUE test
run: make test
- name: Create cluster with kind
run: make kind
- name: Deploy deployment
run: make e2e