Skip to content

Commit

Permalink
fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdan committed Jul 26, 2023
1 parent aaa2568 commit 0869018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ steps:
artifact_paths:
- "build_id/windows/x86_64/**"
- trigger: "testing-runtime-e2e"
label: ":hammer: Trigger Runtime Tests (Linux)"
depends_on: "build-chromium-linux-x86_64"
label: ":hammer: Trigger Runtime Tests"
depends_on:
- "build-chromium-linux-x86_64"
- "build-chromium-mac-x86_64"

0 comments on commit 0869018

Please sign in to comment.