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.
2 parents a94f2fe + b9c48e4 commit f48b89eCopy full SHA for f48b89e
.github/workflows/module_acceptance.yml
@@ -69,7 +69,7 @@ jobs:
69
bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
70
71
acceptance:
72
- name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
+ name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection.collection || matrix.collection}})"
73
needs: "setup_matrix"
74
runs-on: ${{ inputs.runs_on || matrix.platforms.runner }}
75
timeout-minutes: 180
0 commit comments