Skip to content

Makes OLMVariableSource responsible for fetching #480

Makes OLMVariableSource responsible for fetching

Makes OLMVariableSource responsible for fetching #480

Workflow file for this run

name: e2e
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
e2e-kind:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run e2e tests
run: |
make e2e