- Timestamp:
- 06/05/2024 07:27:33 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r58345 r58351 53 53 # - Uploads the pull request number as an artifact. 54 54 build-process-tests: 55 name: Core running from ${{ inputs.directory }} / ${{ inputs.os == 'macos-latest' && 'MacOS' || inputs.os == 'windows-latest'&& 'Windows' || 'Linux' }}55 name: Core running from ${{ inputs.directory }} / ${{ contains( inputs.os, 'macos-' ) && 'MacOS' || contains( inputs.os, 'windows-' ) && 'Windows' || 'Linux' }} 56 56 runs-on: ${{ inputs.os }} 57 57 timeout-minutes: 20
Note: See TracChangeset
for help on using the changeset viewer.