Skip to content

Commit 9a5a351

Browse files
committed
removing e2e from github actions
1 parent 2520945 commit 9a5a351

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/test-actions.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)