Running awx in github runner minikube, the operator does not successfully deploy

I wanted to include awx in a testing pipeline for a collection that interacts with awx. Previously we were able to use the install playbook to deploy it with minimal issues, but have been unable to get it working with minikube or docker-compose.

Here is a link to the workflows, and the actions for each

Minikube deploy
Have these steps working on Minikube on Fedora but not the github runner

https://github.com/sean-m-sullivan/tower_configuration/blob/minikube/.github/workflows/testing_minikube.yml

https://github.com/sean-m-sullivan/tower_configuration/runs/2426753921?check_suite_focus=true

Docker-compose method
https://github.com/sean-m-sullivan/tower_configuration/blob/minikube/.github/workflows/testing_playbooks.yml
https://github.com/sean-m-sullivan/tower_configuration/runs/2426894417?check_suite_focus=true

Have tried numerous troubleshooting options, getting status on things in the minikube deployment, we would appreciate any help or feedback on how to get our test pipeline back up and running.

Thanks,