We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d814d22 commit 390a304Copy full SHA for 390a304
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
bundle exec matrix_from_metadata_v3 --latest-agent
52
53
Acceptance:
54
- name: "${{matrix.platforms.label}}, ${{matrix.collection}}"
+ name: "${{matrix.platforms.label}}, ${{matrix.collection.collection}}"
55
needs:
56
- setup_matrix
57
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Install agent
96
run: |
97
- bundle exec rake 'litmus:install_agent[${{ matrix.collection }}]'
+ bundle exec rake 'litmus:install_agent[${{ matrix.collection.collection }}]'
98
99
- name: Install module
100
0 commit comments