Skip to content

Changed API Version in HPA files from autoscaling/v1 to autoscaling/v2 #59

Changed API Version in HPA files from autoscaling/v1 to autoscaling/v2

Changed API Version in HPA files from autoscaling/v1 to autoscaling/v2 #59

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
build_bench:
name: Test Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: |
helm lint erpnext
docker compose -p frappe-helm -f tests/compose.yaml run tests