Skip to content

Commit

Permalink
Test output again
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 26, 2024
1 parent 7bb3eb5 commit 7dde8c6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,26 @@ jobs:
atb-asana-task-id: ${{ vars.DMG_VARIANTS_LIST_TASK_ID }}
origin-asana-section-id: ${{ vars.DMG_VARIANTS_ORIGIN_SECTION_ID }}
atb-variants: ${{ github.event.inputs.atb-variants }} #Only used when running the workflow manually.


read-matrix:
name: Read Matrix
needs: set-up-variants

runs-on: macos-13
timeout-minutes: 15

steps:
- name: Parse Matrix
run: |
matrix={\"include\":[{\"variant\":\"ab\"},{\"origin\":\"abc.com\"},{\"origin\":\"abc.com\",\"variant\":\"ab\"}]}
echo "MATRIX1: ${{ fromJson(matrix) }}"
echo "MATRIX2: ${{ fromJson(needs.set-up-variants.outputs.build-variants) }}"
create-variants:

name: Create Variant
needs: set-up-variants
if: false

strategy:
fail-fast: false
Expand Down

0 comments on commit 7dde8c6

Please sign in to comment.