Skip to content

feat: Add KubecostExtractors controller #259

feat: Add KubecostExtractors controller

feat: Add KubecostExtractors controller #259

Workflow file for this run

name: E2E
on:
pull_request:
branches:
- main
jobs:
create-cluster:
name: Create Kind cluster
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install GO
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Create kind cluster
uses: helm/[email protected]
- run: kind get clusters
- run: go test -v -race ./pkg/cache/... -tags="e2e"
- run: go test -v -race ./pkg/applier/filters/... -tags="e2e"