Skip to content

fixed issue where 0 replicas would be set to max and also fixed issue… #41

fixed issue where 0 replicas would be set to max and also fixed issue…

fixed issue where 0 replicas would be set to max and also fixed issue… #41

Workflow file for this run

name: Run Tests
on: push
jobs:
pester-test:
name: Pester test
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run Tests
shell: pwsh
run: .\Tests\RunTests.ps1