mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-03 18:29:53 +02:00
🚧 github: Test generating job outputs
This commit is contained in:
parent
3950f4fad6
commit
d9b0260d60
2 changed files with 47 additions and 0 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -10,6 +10,17 @@ on:
|
|||
- 'test/github-actions'
|
||||
|
||||
jobs:
|
||||
generate-matrix:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
core: ${{ steps.step1.outputs.core }}
|
||||
rest: ${{ steps.step1.outputs.rest }}
|
||||
steps:
|
||||
-
|
||||
id: step1
|
||||
run: |
|
||||
echo "core=$(./.github/list-subimages --core --csv)" >>$GITHUB_OUTPUT
|
||||
echo "rest=$(./.github/list-subimages --rest --csv)" >>$GITHUB_OUTPUT
|
||||
|
||||
build-core:
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue