Skip to content

Commit

Permalink
Test runs when dependent job fails
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
  • Loading branch information
GumpacG committed Sep 12, 2024
1 parent 5d0188f commit a354d9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@ jobs:
exit 1

test:
runs-on: ubuntu-latest
needs: deployment-all-platforms
if: ${{ always() }}
run:
echo "hellow world"
steps:
- name: test
run:
echo "hellow world"

#
# create-binaries-to-publish:
Expand Down

0 comments on commit a354d9b

Please sign in to comment.