We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c7004 commit db8d239Copy full SHA for db8d239
.github/workflows/unit-test.yml
@@ -19,5 +19,5 @@ jobs:
19
./scripts/build_devimage.sh
20
- name: Run unit test
21
run: |
22
- CI=true
+ export CI=true
23
./scripts/develop.sh make test
0 commit comments