Skip to content

Commit 99e8dba

Browse files
committed
temp: run TestCloudInit in workaround step
1 parent eb3e043 commit 99e8dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Workaround for network issue
6666
if: matrix.runner == 'macos-15-intel'
6767
run: |-
68-
go test -run TestSSHAccess/tcp ./test
68+
go test -run TestSSHAccess/tcp -run TestCloudInit ./test
6969
continue-on-error: true
7070

7171
# Integration tests run only on macos-15-intel due to virtualization requirements

0 commit comments

Comments
 (0)