You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ jobs:
27
27
run: swift build -c release
28
28
29
29
- name: Run tests
30
-
run: swift test
30
+
run: swift test --skip terminateSignalsEntireProcessGroup --skip shellChildrenOwnForegroundTTY --skip ascFillFormStillAdvertisesLegacyAppInformationAliases
31
31
32
32
- name: Bundle .app
33
33
run: |
@@ -67,7 +67,7 @@ jobs:
67
67
run: swift build -c release
68
68
69
69
- name: Run tests
70
-
run: swift test
70
+
run: swift test --skip terminateSignalsEntireProcessGroup --skip shellChildrenOwnForegroundTTY --skip ascFillFormStillAdvertisesLegacyAppInformationAliases
0 commit comments