Skip to content

Commit f5cffe7

Browse files
committed
move env
1 parent c8095b9 commit f5cffe7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

execs.flow

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ executables:
44
- verb: validate
55
description: Run all development checks
66
serial:
7-
params:
8-
- envKey: COLORFGBG
9-
text: 15;0
10-
- envKey: COLORTERM
11-
text: truecolor
12-
- envKey: TERM
13-
text: xterm-256color
147
execs:
158
- ref: generate
169
- ref: lint
@@ -25,6 +18,13 @@ executables:
2518
description: Run tests with coverage
2619
serial:
2720
dir: //
21+
params:
22+
- envKey: COLORFGBG
23+
text: 15;0
24+
- envKey: COLORTERM
25+
text: truecolor
26+
- envKey: TERM
27+
text: xterm-256color
2828
execs:
2929
# TODO: Add -race flag when the container becomes thread safe
3030
- cmd: |

0 commit comments

Comments
 (0)