continue on error in github action

This commit is contained in:
Hongbo Wu
2022-04-05 16:40:41 +08:00
parent c6778f307a
commit ed76093c40

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] }}
@ -85,4 +86,4 @@ jobs:
with:
fetch-depth: 0
- name: Build the API docker image
run: 'docker build --file packages/api/Dockerfile .'
run: 'docker build --file packages/api/Dockerfile .'