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 ddbeaf8 commit 2c98236Copy full SHA for 2c98236
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup Acceptance Test Matrix
49
id: get-matrix
50
run: |
51
- bundle exec matrix_from_metadata_v3 --latest-agent
+ bundle exec matrix_from_metadata_v3 --nightly
52
53
Acceptance:
54
name: "${{ matrix.platforms.label }}, ${{ matrix.collection.collection || matrix.collection }}"
.github/workflows/nightly.yml
@@ -46,7 +46,7 @@ jobs:
46
47
0 commit comments