Skip to content

Commit

Permalink
coveralls live
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent 4d3f235 commit b289f6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/setup-node@v2
- run: yarn

# lint:
# runs-on: ubuntu-latest
# needs: prepare
# steps:
# - run: ./node_modules/.bin/lerna run lint
lint:
runs-on: ubuntu-latest
needs: prepare
steps:
- run: ./node_modules/.bin/lerna run lint

# test:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit b289f6c

Please sign in to comment.