Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 8cb017c

Browse files
authored
Update CI to try and work better (#21)
1 parent 9b2ab34 commit 8cb017c

File tree

3 files changed

+7
-46
lines changed

3 files changed

+7
-46
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ jobs:
1010
node-version: ['12', '10']
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Use Node ${{ matrix.node-version }}
13+
- name: Setup Node ${{ matrix.node-version }}
1414
uses: actions/setup-node@v1
1515
with:
1616
node-version: ${{ matrix.node-version }}
17+
- name: Setup Deno 0.40
18+
uses: denolib/setup-deno@220d9c6
19+
with:
20+
deno-version: '0.40'
1721
- run: yarn install --frozen-lockfile
1822
- run: yarn --check-files
19-
- run: cp bsconfig.test.json bsconfig.json
23+
- run: deno run --allow-read --allow-write https://raw.githubusercontent.com/wyze/conditional-bisect/master/mod.ts
2024
- run: yarn test:coverage
2125
- run: yarn bisect-ppx-report send-to Codecov

bsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"reason-react"
2323
],
2424
"bs-dev-dependencies": [
25-
"@glennsl/bs-jest",
26-
"bisect_ppx"
25+
"@glennsl/bs-jest"
2726
],
2827
"sources": [
2928
{

bsconfig.test.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)