Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 24, 2024
1 parent d70960b commit 720a260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
else
BAZEL_EXTRA_ARGS+=" --keep_going"
fi
BAZEL_EXTRA_ARGS+=" --test_arg='--nocapture'"
# Export BAZEL_EXTRA_ARGS to environment
echo "BAZEL_EXTRA_ARGS=$BAZEL_EXTRA_ARGS" >> $GITHUB_ENV
Expand All @@ -90,7 +91,7 @@ jobs:
with:
BAZEL_COMMAND: "test"
BAZEL_TARGETS: "//packages/pocket-ic:test"
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel --test_arg='--nocapture' --test_output=streamed --cache_test_results=no"
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel --test_output=streamed --cache_test_results=no"
# check if PR title contains release and set timeout filters accordingly
BAZEL_EXTRA_ARGS: ${{ env.BAZEL_EXTRA_ARGS }}
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}

0 comments on commit 720a260

Please sign in to comment.