Skip to content

Commit dac361a

Browse files
committed
comment e2e test part in test stage
1 parent 17d1d39 commit dac361a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/test.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
make install-shellcheck
1818
- name: Check code formatting, linting, ...
1919
run: make check
20-
- name: Setup SSH Key Build and run e2e
21-
run : |
22-
make e2e-build
23-
make e2e-run
24-
shell: bash
25-
env:
26-
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
27-
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
28-
GIT_TOKEN: ${{secrets.GIT_TOKEN}}
29-
GIT_USER: ${{secrets.GIT_USER}}
30-
- name: Test e2e
31-
run: make e2e-test
32-
- name: Clean e2e
33-
run: |
34-
make e2e-stop
20+
# - name: Setup SSH Key Build and run e2e
21+
# run : |
22+
# make e2e-build
23+
# make e2e-run
24+
# shell: bash
25+
# env:
26+
# DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
27+
# DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
28+
# GIT_TOKEN: ${{secrets.GIT_TOKEN}}
29+
# GIT_USER: ${{secrets.GIT_USER}}
30+
# - name: Test e2e
31+
# run: make e2e-test
32+
# - name: Clean e2e
33+
# run: |
34+
# make e2e-stop

0 commit comments

Comments
 (0)