Skip to content

Commit

Permalink
Remove esy test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Jun 5, 2023
1 parent f1d67fb commit 3ff9ac6
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,38 +41,3 @@ jobs:
- name: dune runtest
run: opam exec -- dune runtest

esy: # Check build using esy

strategy:
matrix:
os:
- macos-latest
- ubuntu-latest

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2

# Setup
- uses: actions/setup-node@v1
with:
node-version: '12'

- name: Install esy
run: npm --global install esy

# Cache
- name: Cache
uses: actions/cache@v2
with:
path: |
~/.npm
~/.esy
key: ${{ matrix.os }}-esy

- name: Install dependencies # Solve every time (fast)
run: esy install --verbose

- name: Build odoc-parser and run tests
run: esy dune runtest

0 comments on commit 3ff9ac6

Please sign in to comment.