Skip to content

Update test-deployer.yml #38

Update test-deployer.yml

Update test-deployer.yml #38

name: Test Deployer on Pull Request
on:
push:
branches:
- pipeline-test
jobs:
run-test:
strategy:
matrix:
design: [aio, minimal, ha2, asa]
fail-fast: false
uses: ./.github/workflows/test-deployer.yml
with:
design: ${{ matrix.design }}
os-type: rocky
os-version: "9"
secrets: inherit