Skip to content

Commit

Permalink
buildkite: run static tests on macOS (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzdan committed Jul 25, 2023
1 parent e268221 commit 2607a04
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 2607a04

Please sign in to comment.