Skip to content

Commit

Permalink
fix(ci): make java-binding-e2e release test depends on build-release (#…
Browse files Browse the repository at this point in the history
…8127)

In the release CI yaml, there is no item named `build`, which is different to the PR CI. Therefore, the CI in PR works, but fails on release CI. This PR fix it.

Approved-By: xxchan
  • Loading branch information
wenym1 committed Feb 22, 2023
1 parent 8619b11 commit c60a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/workflows/main.yml
Expand Up @@ -303,7 +303,7 @@ steps:

- label: "e2e java-binding test (at release)"
command: "ci/scripts/java-binding-test.sh -p ci-release"
depends_on: "build"
depends_on: "build-release"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v4.9.0:
Expand Down

0 comments on commit c60a5db

Please sign in to comment.