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 9139740 commit 868b2b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
steps:
- name: java e2e test
run: |
echo "${{ github.run_id }}-${{ strategy.job-index }}"
if [[ ${{ matrix.mode }} == "standalone"* ]];then
if [[ ${{ matrix.mode }} = "standalone_auth" ]]; then
echo "standalone_auth"
Expand Down

0 comments on commit 868b2b1

Please sign in to comment.