We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4a41e commit 3bad4c7Copy full SHA for 3bad4c7
scripts/github-actions/ci-build.sh
@@ -4,12 +4,6 @@ set -eufo pipefail
4
# We want to see what's going on
5
set -x
6
7
-# The NPM repository rule wants to write to the HOME directory
8
-# but that's configured for the remote build machines, so run
9
-# that repository rule first so that the subsequent remote
10
-# build runs successfully. We don't care what the output is.
11
-bazel query @npm//:all >/dev/null
12
-
13
# Now run the tests. The engflow build uses pinned browsers
14
# so this should be fine
15
# shellcheck disable=SC2046
0 commit comments