continue on error in github action

This commit is contained in:
Hongbo Wu
2022-04-05 23:12:17 +08:00
parent 0bf946ebfa
commit 0b5acd941d
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ jobs:
yarn build
yarn lint
yarn test
continue-on-error: true
env:
PG_HOST: localhost
PG_PORT: ${{ job.services.postgres.ports[5432] }}