mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
make a separate step for testing
This commit is contained in:
parent
ed76093c40
commit
a2dc73b3c0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/run-tests.yaml
vendored
6
.github/workflows/run-tests.yaml
vendored
|
|
@ -63,13 +63,13 @@ jobs:
|
|||
run: |
|
||||
source ~/.nvm/nvm.sh
|
||||
yarn install --frozen-lockfile
|
||||
- name: TypeScript, Lint, Tests
|
||||
- name: TypeScript, Lint
|
||||
run: |
|
||||
source ~/.nvm/nvm.sh
|
||||
yarn build
|
||||
yarn lint
|
||||
yarn test
|
||||
continue-on-error: true
|
||||
- name: Tests
|
||||
run: yarn test
|
||||
env:
|
||||
PG_HOST: localhost
|
||||
PG_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue