Skip to content

Commit

Permalink
chore: incorporate learnings from middleware-retry PR
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 16, 2020
1 parent 4367732 commit b4aac5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.base_ref }}
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: yarn install, build and test
run: |
yarn --frozen-lockfile
./node_modules/.bin/lerna run build --since ${{ github.base_ref }} --include-dependents
./node_modules/.bin/lerna run test --since ${{ github.base_ref }}
./node_modules/.bin/lerna run pretest --since origin/${{ github.base_ref }} --include-dependencies
./node_modules/.bin/lerna run test --since origin/${{ github.base_ref }}
env:
CI: true

0 comments on commit b4aac5c

Please sign in to comment.