Skip to content

Commit

Permalink
Merge 57ed49e into 6a614e6
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jul 14, 2023
2 parents 6a614e6 + 57ed49e commit 9d6820f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: build-ci

on:
push:
branches:
- master
pull_request:

jobs:
test:
name: "Build and Test"
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand All @@ -13,8 +17,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- uses: bahmutov/npm-install@v1.6.0
with:
useRollingCache: true
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand All @@ -28,8 +30,7 @@ jobs:
- run: npm run build
- run: npm run test-cov
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ github.token }}
path-to-lcov: ./packages/diffhtml/coverage/lcov.info
base-path: ./packages/diffhtml
files: ./packages/diffhtml/coverage/lcov.info ./packages/diffhtml-components/coverage/lcov.info

0 comments on commit 9d6820f

Please sign in to comment.