Skip to content

Commit

Permalink
Update CI to try and work better (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze authored Apr 13, 2020
1 parent 9b2ab34 commit 8cb017c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 46 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ jobs:
node-version: ['12', '10']
steps:
- uses: actions/checkout@v2
- name: Use Node ${{ matrix.node-version }}
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup Deno 0.40
uses: denolib/setup-deno@220d9c6
with:
deno-version: '0.40'
- run: yarn install --frozen-lockfile
- run: yarn --check-files
- run: cp bsconfig.test.json bsconfig.json
- run: deno run --allow-read --allow-write https://raw.githubusercontent.com/wyze/conditional-bisect/master/mod.ts
- run: yarn test:coverage
- run: yarn bisect-ppx-report send-to Codecov
3 changes: 1 addition & 2 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"reason-react"
],
"bs-dev-dependencies": [
"@glennsl/bs-jest",
"bisect_ppx"
"@glennsl/bs-jest"
],
"sources": [
{
Expand Down
42 changes: 0 additions & 42 deletions bsconfig.test.json

This file was deleted.

0 comments on commit 8cb017c

Please sign in to comment.