Skip to content

Commit 43daca0

Browse files
committed
Fix PR workflow
Broken syntax, matrix variable references
1 parent 7e0ebb6 commit 43daca0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-test.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
smoke-test:
15-
name: "Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.pe-version}}"
15+
name: "Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.version}}"
1616
runs-on: ubuntu-20.04
1717
env:
1818
BOLT_GEM: true
@@ -22,8 +22,9 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
architecture:
25-
- standard
25+
- standard-with-dr
2626
- large
27+
- extra-large-with-dr
2728
version:
2829
- 2019.8.5
2930
image:
@@ -111,7 +112,7 @@ jobs:
111112
--inventoryfile spec/fixtures/litmus_inventory.yaml \
112113
--modulepath spec/fixtures/modules \
113114
architecture=${{matrix.architecture}} \
114-
version=${{matrix.pe-version}}
115+
version=${{matrix.version}}
115116
116117
- name: "Honeycomb: Record install time"
117118
if: ${{ always() }}

0 commit comments

Comments
 (0)