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 <[email protected]>
  • Loading branch information
GumpacG committed Sep 12, 2024
1 parent 3c7c1f0 commit ea3752c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,8 @@ jobs:
echo "RELEASE_VERSION=$R_VERSION" >> $GITHUB_OUTPUT
env:
INPUT_VERSION: ${{ github.event.inputs.version }}

deployment-all-platforms:
env:
JAVA_VERSION: "11"
RELEASE_VERSION: ${{ needs.set-release-version.outputs.RELEASE_VERSION }}

runs-on: ${{ matrix.host.RUNNER }}
runs-on: ubuntu-latest
steps:
- name: Start Redis server
run:
Expand Down

0 comments on commit ea3752c

Please sign in to comment.