Skip to content

Commit 3ff9ac6

Browse files
committed
Remove esy test
1 parent f1d67fb commit 3ff9ac6

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/build.yml

-35
Original file line numberDiff line numberDiff line change
@@ -41,38 +41,3 @@ jobs:
4141
- name: dune runtest
4242
run: opam exec -- dune runtest
4343

44-
esy: # Check build using esy
45-
46-
strategy:
47-
matrix:
48-
os:
49-
- macos-latest
50-
- ubuntu-latest
51-
52-
runs-on: ${{ matrix.os }}
53-
54-
steps:
55-
- uses: actions/checkout@v2
56-
57-
# Setup
58-
- uses: actions/setup-node@v1
59-
with:
60-
node-version: '12'
61-
62-
- name: Install esy
63-
run: npm --global install esy
64-
65-
# Cache
66-
- name: Cache
67-
uses: actions/cache@v2
68-
with:
69-
path: |
70-
~/.npm
71-
~/.esy
72-
key: ${{ matrix.os }}-esy
73-
74-
- name: Install dependencies # Solve every time (fast)
75-
run: esy install --verbose
76-
77-
- name: Build odoc-parser and run tests
78-
run: esy dune runtest

0 commit comments

Comments
 (0)