Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuyunfan-BUPT authored Oct 9, 2024
1 parent 8139605 commit 3e8d9bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: java e2e test
run: |
echo ${{ matrix.mode }}-${{ matrix.version }}
if [ ${{ matrix.mode }} = "cluster" ] && [ ${{ matrix.version }} = "ss" ];then
exit 1
else
exit 0
fi
getresult:
needs: [prejob, e2e-java-test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e8d9bb

Please sign in to comment.