Skip to content

Commit

Permalink
Update ci-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
musab.bozkurt committed Oct 13, 2024
1 parent 75a6367 commit 83faf3e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
- name: Build is Succeeded
env:
NEEDS: ${{ toJSON(needs) }}
run: |
echo "Results of dependent jobs:"
for job in $NEEDS; do
echo "$job"
done
- run: |
echo "Results of dependent jobs:"
for job in $NEEDS; do
echo "$job"
done
- run: echo "All jobs are completed."

0 comments on commit 83faf3e

Please sign in to comment.