We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d67fb commit 3ff9ac6Copy full SHA for 3ff9ac6
.github/workflows/build.yml
@@ -41,38 +41,3 @@ jobs:
41
- name: dune runtest
42
run: opam exec -- dune runtest
43
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
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