File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments