mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
github actions: Disable macOS for now
This just fails left and right. Once we've merged the pexpect stuff and remove the too-tight tests we can try enabling it again.
This commit is contained in:
34
.github/workflows/main.yml
vendored
34
.github/workflows/main.yml
vendored
@@ -27,22 +27,22 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
|
||||||
macos:
|
# macos:
|
||||||
|
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Install deps
|
# - name: Install deps
|
||||||
run: |
|
# run: |
|
||||||
brew install pcre2
|
# brew install pcre2
|
||||||
- name: cmake
|
# - name: cmake
|
||||||
run: |
|
# run: |
|
||||||
mkdir build && cd build
|
# mkdir build && cd build
|
||||||
cmake ..
|
# cmake ..
|
||||||
- name: make
|
# - name: make
|
||||||
run: |
|
# run: |
|
||||||
make
|
# make
|
||||||
- name: make test
|
# - name: make test
|
||||||
run: |
|
# run: |
|
||||||
make test
|
# make test
|
||||||
|
|||||||
Reference in New Issue
Block a user