Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Aug 9, 2024
1 parent 3de6cdf commit 1840c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/turf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: pnpm install --frozen-lockfile
- run: pnpm lerna run build --since origin/master
- run: pnpm lerna run build --since $GITHUB_BASE_REF
- run: git diff --exit-code
- run: pnpm lerna run lint --since origin/master
- run: pnpm lerna run test --since origin/master
- run: pnpm lerna run lint --since $GITHUB_BASE_REF
- run: pnpm lerna run test --since $GITHUB_BASE_REF
# note: does not run last-checks

0 comments on commit 1840c18

Please sign in to comment.