-
-
Notifications
You must be signed in to change notification settings - Fork 17
41 lines (36 loc) · 922 Bytes
/
test_macos_1.yml
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
---
name: Test Setup dotfiles on Mac OS
on: # yamllint disable-line rule:truthy
push:
branches: ["master", "main"]
paths:
- ".github/workflows/test_macos_1.yml"
- "setup_dotfiles.sh"
- "_*"
- "gradle.properties"
pull_request:
branches: ["master", "main"]
paths:
- ".github/workflows/test_macos_1.yml"
- "setup_dotfiles.sh"
- "_*"
- "gradle.properties"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test_macos:
runs-on: macos-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Install coreutils
run: |
set -eo pipefail
export CI=1
brew install coreutils # For tac
- name: Run setup dotfiles
run: |
set -eo pipefail
export CI=1
bash setup_dotfiles.sh # Test dotfile setup