Skip to content

Commit 390a304

Browse files
committed
update matrix collection to properly access value inside matrix Object
1 parent d814d22 commit 390a304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
bundle exec matrix_from_metadata_v3 --latest-agent
5252
5353
Acceptance:
54-
name: "${{matrix.platforms.label}}, ${{matrix.collection}}"
54+
name: "${{matrix.platforms.label}}, ${{matrix.collection.collection}}"
5555
needs:
5656
- setup_matrix
5757
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Install agent
9696
run: |
97-
bundle exec rake 'litmus:install_agent[${{ matrix.collection }}]'
97+
bundle exec rake 'litmus:install_agent[${{ matrix.collection.collection }}]'
9898
9999
- name: Install module
100100
run: |

0 commit comments

Comments
 (0)