-
-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (29 loc) · 720 Bytes
/
Copy pathmacos.yml
File metadata and controls
33 lines (29 loc) · 720 Bytes
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
name: macOS
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
install-legacy:
name: Install Legacy (macOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run install_and_configure.sh
run: bash install_and_configure.sh
install-bootstrap:
name: Install Bootstrap (macOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run bootstrap.sh --non-interactive
run: bash bootstrap.sh --non-interactive
test:
name: Tests (macOS)
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run test suite
run: bash tests/run_tests.sh