We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d7c5b commit b347e5bCopy full SHA for b347e5b
.github/workflows/build.yml
@@ -49,30 +49,6 @@ jobs:
49
50
- run: opam install "${{ matrix.package }}" --with-test
51
52
- build-node:
53
- strategy:
54
- fail-fast: false
55
- matrix:
56
- os:
57
- - ubuntu-latest
58
- node-version:
59
- - 16.x
60
-
61
- runs-on: ${{ matrix.os }}
62
63
- steps:
64
- - uses: actions/checkout@v3
65
66
- - name: Use Node.js ${{ matrix.node-version }}
67
- uses: actions/setup-node@v3
68
- with:
69
- node-version: ${{ matrix.node-version }}
70
- cache: 'npm'
71
72
- - run: npm ci
73
- - run: npm run build
74
- - run: npm test
75
76
build-melange:
77
strategy:
78
fail-fast: false
0 commit comments