Enable password tests on Github ephemeral VMs.

This commit is contained in:
Darren Tucker
2025-06-29 11:14:18 +10:00
parent bcfe7340d9
commit 8a9384de48
2 changed files with 15 additions and 5 deletions
+2
View File
@@ -121,6 +121,8 @@ jobs:
- { target: macos-15, config: pam }
runs-on: ${{ matrix.target }}
steps:
- env:
EPHEMERAL_VM: yes
- name: check RUN_ONLY_TARGET_CONFIG
if: vars.RUN_ONLY_TARGET_CONFIG != ''
run: sh -c 'if [ "${{ vars.RUN_ONLY_TARGET_CONFIG }}" != "${{ matrix.target }} ${{matrix.config }}" ]; then exit 1; else exit 0; fi'