Skip to content

Commit 4f50008

Browse files
committed
[Tests] fix build path
1 parent 9c90890 commit 4f50008

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
range: '>= 0.8'
1010
type: majors
1111
build-command: npm run build:tests
12-
build-output-dir: __tests-built__,lib
12+
build-output-dir: |
13+
__tests-built__
14+
lib
1315
command: npm run tests-built
1416

1517
flow:

0 commit comments

Comments
 (0)