File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,32 +194,3 @@ jobs:
194194 with :
195195 command : ' webdav put --help'
196196 json : ' false'
197-
198- # E2E tests — only on main, requires e2e-dev environment with real credentials
199- e2e :
200- name : ' E2E'
201- if : github.ref == 'refs/heads/main'
202- runs-on : ubuntu-latest
203- environment : e2e-dev
204- steps :
205- - uses : actions/checkout@v4
206-
207- - name : Setup with real credentials
208- uses : ./actions/setup
209- with :
210- client-id : ${{ secrets.SFCC_CLIENT_ID }}
211- client-secret : ${{ secrets.SFCC_CLIENT_SECRET }}
212- server : ${{ vars.SFCC_SERVER }}
213- username : ${{ secrets.SFCC_USERNAME }}
214- password : ${{ secrets.SFCC_PASSWORD }}
215-
216- - name : List code versions
217- id : code-list
218- uses : ./actions/run
219- with :
220- command : ' code list'
221-
222- - name : Verify code list output
223- run : |
224- echo "Result: ${{ steps.code-list.outputs.result }}"
225- [ "${{ steps.code-list.outputs.exit-code }}" = "0" ] || exit 1
You can’t perform that action at this time.
0 commit comments