You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go run ./cmd/ci/main.go --json --very-expensive-tests-run=$VERY_EXPENSIVE_TESTS_RUN list-test-group-execution-contexts | jq -r '.msg' | tee -a $GITHUB_OUTPUT
33
+
go run ./cmd/ci/main.go --json list-test-group-execution-contexts --very-expensive-tests-run=$VERY_EXPENSIVE_TESTS_RUN | jq -r '.msg' | tee -a $GITHUB_OUTPUT
34
34
echo "EOF" >> $GITHUB_OUTPUT
35
35
cache:
36
36
name: Cache Dependencies
@@ -173,6 +173,7 @@ jobs:
173
173
run: mktemp -d | xargs -0 -I{} echo "path={}" | tee -a $GITHUB_OUTPUT
174
174
# TODO: Track coverage (used to be tracked for conformance)
0 commit comments