Skip to content

Commit ec58b0e

Browse files
committed
fix(canary): remove unsupported --no-tty flag from gateway start
1 parent b667cf1 commit ec58b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: openshell --version
111111

112112
- name: Start gateway
113-
run: openshell gateway start --no-tty
113+
run: openshell gateway start
114114

115115
- name: Run canary test
116116
run: |

0 commit comments

Comments
 (0)