Skip to content

Commit

Permalink
fix: fix workflow for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 26, 2021
1 parent 3acf669 commit eddad66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn bootstrap
- run: yarn build
- name: run integration tests
- name: run CI tests
env:
INCLUDE_POSTGRES_TESTS: true
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: test123
POSTGRES_PORT: 5432
run: yarn test:integration
- run: yarn lint
run: yarn test:ci
- run: npx codecov

0 comments on commit eddad66

Please sign in to comment.