Enable password tests on Github ephemeral VMs.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user