Skip to content

Commit d1f257f

Browse files
committed
Fix CI
1 parent b92d9cd commit d1f257f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ jobs:
164164
env:
165165
DEBIAN_FRONTEND: noninteractive
166166
DEBCONF_NONINTERACTIVE_SEEN: true
167-
run: |
168-
swiftbox list
169-
sudo swiftbox list
167+
shell: bash
168+
run: swiftbox list
170169

171170
- name: Test swiftbox alias
172171
run: |
172+
swiftbox list
173173
sudo sh -c 'echo "20.04" > /opt/swiftbox/.system-alias'
174174
echo "20.04" > .swiftbox/.system-alias
175175
swiftbox -v

0 commit comments

Comments
 (0)