File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ build_and_test:
39
39
- !reference [.basic-setup]
40
40
41
41
- echo -e "\e[0Ksection_start:`date +%s`:build_als[collapsed=true]\r\e[0Kanod build als"
42
- - anod build als $ACI_TRACK_QUALIFIER --minimal
42
+ - anod build als $ACI_TRACK_QUALIFIER
43
43
- echo -e "\e[0Ksection_end:`date +%s`:build_als\r\e[0K"
44
44
45
45
- echo -e "\e[0Ksection_start:`date +%s`:build_vscode[collapsed=true]\r\e[0Kanod build vscode-extension"
@@ -51,7 +51,7 @@ build_and_test:
51
51
52
52
- echo -e "\e[0Ksection_start:`date +%s`:test_als[collapsed=true]\r\e[0Kanod test als"
53
53
# Run ALS tests
54
- - anod test als $ACI_TRACK_QUALIFIER --minimal
54
+ - anod test als $ACI_TRACK_QUALIFIER
55
55
56
56
# TODO: it would be nice to have a simpler way of getting this info
57
57
- ALS_BUILD_SPACE_NAME=`anod eval als --primitive test build_space_name $ACI_TRACK_QUALIFIER | tr -d "'"`
You can’t perform that action at this time.
0 commit comments