Skip to content

Commit

Permalink
test(e2e): run contracts test (#2377)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
  • Loading branch information
yonadaaa and holic committed Mar 11, 2024
1 parent 06ac603 commit f90e823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Outdated files, run `pnpm run build` in `e2e` and commit them
uses: ./.github/actions/require-empty-diff

- name: Run sync tests
- name: Run tests
env:
DATABASE_URL: "postgres://postgres@localhost:5432/postgres"
working-directory: ./e2e/packages/sync-test
run: pnpm test:ci
working-directory: ./e2e
run: pnpm run test:ci

0 comments on commit f90e823

Please sign in to comment.