Skip to content

Commit 842f0f6

Browse files
committed
fix: let Angular tests know where chrome is install on the AMI
1 parent 5a62de8 commit 842f0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.aspect/workflows/bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# build without the bytes
22
common --remote_download_outputs=minimal
33
common --nobuild_runfile_links
4+
5+
# let tests that require chrome know where it is installed
6+
common --test_env=CHROME_BIN=/usr/bin/chromium

0 commit comments

Comments
 (0)