Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ci/run_conditional_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# with a non-zero
set -eo pipefail

# This is an arbitrary change in our CI folder to force a global re-run of all unit tests
# on top of the parent PR. This will be deleted.

export PROJECT_ROOT=$(realpath $(dirname "${BASH_SOURCE[0]}")/..)

# Exit early if owl-bot-staging directory exists. The PR is not ready to merge.
Expand Down
Loading