kiwigrid/keycloak-controller

Way to run tests locally

patrickleet opened this issue · 1 comments

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one):

FEATURE REQUEST

It's hard to iterate quickly due to the tests being tied to github actions - it'd be nice to script out a local test runner using a lot of the same pieces - Kind, etc

Version of Keycloak-controller:

all

Version of Keycloak:

any

Version of Kubernetes:

any

act is interesting to run github actions locally, but it seems to hang on git fetch for some reason..

commenting it out gets you pretty far

brew install act
act pull_request -P ubuntu-latest=nektos/act-environments-ubuntu:18.04

Warning: nektos/act-environments-ubuntu:18.04 is like 20GB but has all the tooling the github CI servers have