Skip to content

Commit

Permalink
fix e2e flow
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing committed Jan 11, 2024
1 parent dbdbd2c commit bc307a6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,17 @@ jobs:
SERVER_DRIVER: ${{ matrix.server-driver }}
SW_IMAGE_REPO: "ghcr.io/star-whale"

- name: Post output client-side test logs
if: failure()

- name: Test by api side
working-directory: ./scripts/e2e_test
run: |
bash start_test.sh show_logs
run: bash start_test.sh api_test
env:
SERVER_DRIVER: ${{ matrix.server-driver }}

- name: Test by api side
- name: Post output client-side test logs
if: failure()
working-directory: ./scripts/e2e_test
run: bash start_test.sh api_test
run: |
bash start_test.sh show_logs
env:
SERVER_DRIVER: ${{ matrix.server-driver }}

0 comments on commit bc307a6

Please sign in to comment.