Skip to content

Commit b07d943

Browse files
authored
Update verify.yml
1 parent 44101ca commit b07d943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
BIT_CONFIG_USER_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}
2424

2525
- name: Verify workspace
26-
run: bit ci verify --log=info
26+
run: bit ci verify
2727
env:
2828
BIT_CONFIG_USER_TOKEN: ${{ secrets.BIT_ACCESS_TOKEN }}
29+
BIT_DISABLE_CONSOLE: "false"

0 commit comments

Comments
 (0)