Skip to content

Commit db8d239

Browse files
committed
test actions
1 parent 03c7004 commit db8d239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
./scripts/build_devimage.sh
2020
- name: Run unit test
2121
run: |
22-
CI=true
22+
export CI=true
2323
./scripts/develop.sh make test

0 commit comments

Comments
 (0)