-
Notifications
You must be signed in to change notification settings - Fork 0
72 lines (69 loc) · 2.15 KB
/
Copy pathtest_macos.yml
File metadata and controls
72 lines (69 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: Test macOS features
on:
push:
branches:
- main
pull_request:
jobs:
macOS:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
features: [
"ansible",
"clean",
"cli-network",
"core",
# "git", # CI machine contains existed .gitconfig file
"javascript",
# "macos-alfred", # Script error to be fixed
# "macos-app-dev", # Depends on `git`
# "macos-app-private", # Depends on `git`
# "macos-app-work", # Depends on `git`
"macos-appcleaner",
"macos-brew",
"macos-clean",
# "macos-cleanshot", # Script error to be fixed
"macos-cli-network",
"macos-cli-useful",
"macos-core",
"macos-docker",
"macos-duti",
"macos-file-handler",
"macos-finder",
"macos-font",
"macos-git",
"macos-hammerspoon",
"macos-icon",
"macos-iterm",
"macos-javascript",
"macos-markedit",
"macos-micro",
"macos-nano",
# "macos-one-password", # mas can't run without login on GitHub Actions
# "macos-perl", # Script error to be fixed
"macos-popclip",
"macos-quicklook",
"macos-screensaver",
"macos-service-workflow",
# "macos-settings", # Script error to be fixed
"macos-shellcheck",
"macos-stow",
# "macos-sublime", # Script error to be fixed
# "macos-terminal", # Dracula theme upstream error, see https://github.com/dracula/homebrew-install/pull/18
"macos-touch-id-sudo",
"macos-tower",
# "macos-xcode", # mas can't run without login on GitHub Actions
"macos-zsh",
"micro",
"nano",
"python",
"stow",
"zsh",
]
steps:
- name: 🛒 Checkout
uses: actions/checkout@v4
- name: 🧪 Test "${{ matrix.features }}"
run: make ${{ matrix.features }}