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 3e8d9bb commit 19dc815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
exit 0
fi
getresult:
if: ${{ always() }}
needs: [prejob, e2e-java-test]
runs-on: ubuntu-latest
steps:
- name: echo result
run: |
echo needs.e2e-java-test.result
echo needs.e2e-java-test.cluster.pp.result
echo ${{ needs.e2e-java-test.result }}
echo ${{ needs.e2e-java-test.cluster.pp.result }}

0 comments on commit 19dc815

Please sign in to comment.