Skip to content

Commit 770c145

Browse files
(MODULES-11613) Provision windows environment
1 parent ec78e2d commit 770c145

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: Provision test environment
9393
run: |
9494
bundle exec rake "litmus:provision[${{matrix.platforms.provider}},${{ matrix.platforms.image }}]"
95+
cat spec/fixtures/litmus_inventory.yaml
9596
9697
- name: Install agent
9798
run: |
@@ -124,13 +125,5 @@ jobs:
124125
run: |
125126
pass=`grep -oP '(?<=password: ).*' spec/fixtures/litmus_inventory.yaml`
126127
bundle exec bolt command run "[Environment]::SetEnvironmentVariable('pass', '$pass', 'Machine')" --targets ssh_nodes --inventoryfile spec/fixtures/litmus_inventory.yaml
128+
cat spec/fixtures/litmus_inventory.yaml
127129
128-
- name: Run acceptance tests
129-
run: |
130-
bundle exec rake 'litmus:acceptance:parallel'
131-
132-
- name: Remove test environment
133-
if: ${{ always() }}
134-
continue-on-error: true
135-
run: |
136-
bundle exec rake 'litmus:tear_down'

0 commit comments

Comments
 (0)