Skip to content

Commit

Permalink
(PA-6968): Fixed nightly job for puppetlabs-lvm
Browse files Browse the repository at this point in the history
  • Loading branch information
span786 committed Oct 3, 2024
1 parent 0be5cfc commit fc21239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Test Matrix
id: get-matrix
run: |
bundle exec matrix_from_metadata_v2 --provision-service
bundle exec matrix_from_metadata_v2
Acceptance:
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Test Matrix
id: get-matrix
run: |
bundle exec matrix_from_metadata_v2 --provision-service
bundle exec matrix_from_metadata_v2
Acceptance:
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
Expand Down

0 comments on commit fc21239

Please sign in to comment.