Skip to content

Commit

Permalink
removing mac-test
Browse files Browse the repository at this point in the history
They have passed locally.

Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed May 27, 2022
1 parent ca8f396 commit 38b096a
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,41 +115,9 @@ jobs:
name: archives
path: release/*

mac-test:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: [mac-build]
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Download build artifacts
uses: actions/download-artifact@v3
with:
name: archives
path: .

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: ${{ matrix.os != 'macos-latest' }}

- name: Copy binaries to path
run: |
tar xf ocaml-platform-$GITHUB_REF_NAME-macos-x86_64.tar;
cp bin/ocaml-platform /usr/local/bin/ocaml-platform;
chmod a+x /usr/local/bin/ocaml-platform
- name: Test install
run: bash test/tests/install.sh

- name: Test suite
run: bash test/tests/small-project.sh ; bash test/tests/install-in-small-project.sh ; bash test/tests/odoc.sh ; bash test/tests/ocamlformat.sh ;

release:
if: startsWith(github.ref, 'refs/tags/')
needs: [linux-build, mac-build, mac-test]
needs: [linux-build, mac-build]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 38b096a

Please sign in to comment.