diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9d7b54db9..dd7d0cb15 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -117,7 +117,7 @@ jobs: tsent codegen cp ../.github/testdata/jest.config.js.example jest.config.js cp ../.github/testdata/verify_graphql_schema.test.ts.example src/verify_graphql_schema.test.ts - npm install ts-jest jest @types/jest + npm install ts-jest jest @types/jest --force jest env: DB_CONNECTION_STRING: 'postgres://postgres:postgres@localhost:5432/postgres'