File tree Expand file tree Collapse file tree
acceptance-tests-component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 steps :
2121
22+ - name : Repo setup
23+ uses : ./.github/actions/node-install
24+ with :
25+ GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
26+
2227 - name : Fetch terraform output
2328 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
2429 with :
Original file line number Diff line number Diff line change 4747 echo "proxy_deployed=false" >> $GITHUB_OUTPUT
4848 fi
4949
50- - name : Install poetry and e2e test dependencies
50+ - name : Repo setup
5151 if : ${{ steps.check_proxy_deployed.outputs.proxy_deployed == 'true' }}
52+ uses : ./.github/actions/node-install
53+ with :
54+ GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
55+
56+ - name : Install poetry and e2e test dependencies
5257 shell : bash
5358 run : |
5459 pipx install poetry
Original file line number Diff line number Diff line change 2424
2525 steps :
2626
27- - name : Repo setup
28- uses : ./.github/actions/node-install
29- with :
30- GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
3127 - name : Run component tests
3228 if : ${{ inputs.testType != 'e2e' }}
3329 uses : ./.github/actions/acceptance-tests-component
You can’t perform that action at this time.
0 commit comments