Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
thenbe committed Jul 26, 2023
1 parent 4faa49e commit 5207338
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
continue-on-error: true

- run: pnpm run check
# - run: pnpm run lint
continue-on-error: true

- run: pnpm run build
# - run: pnpm run test
continue-on-error: true

- run: pnpm run test
continue-on-error: true

0 comments on commit 5207338

Please sign in to comment.