Massive refactor (#165)

This commit is contained in:
Oliver King
2022-02-02 09:07:53 -05:00
committed by GitHub
parent 5cbd4acaca
commit ca8d2604ac
139 changed files with 19176 additions and 17005 deletions
+13 -1
View File
@@ -1,5 +1,16 @@
name: Minikube Integration Tests
on: pull_request
on:
pull_request:
branches:
- master
- main
- "releases/*"
push:
branches:
- master
- main
- "releases/*"
workflow_dispatch:
jobs:
run-integration-test:
@@ -12,6 +23,7 @@ jobs:
- name: Building latest changes
run: |
rm -rf node_modules/
npm install
npm run build