Skip to content

Commit b029ec5

Browse files
authored
Update database.yml (#1263)
1 parent 525b133 commit b029ec5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/database.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,17 @@ jobs:
6666
gem install xcpretty
6767
cd database
6868
../scripts/install_prereqs/database.sh
69-
- name: Build SwiftUI
69+
- name: Build SwiftUI (iOS)
7070
run: ./scripts/test.sh
7171
env:
7272
OS: iOS
7373
DEVICE: iPhone 11
74+
- name: Build SwiftUI (macOS)
75+
run: ./scripts/test.sh
76+
env:
77+
OS: macOS
78+
- name: Build SwiftUI (tvOS)
79+
run: ./scripts/test.sh
80+
env:
81+
OS: tvOS
82+
DEVICE: Apple TV 4K (at 1080p) (2nd generation)

0 commit comments

Comments
 (0)