From 9d22f4fc29bf4009d142938ea973d553532bf27f Mon Sep 17 00:00:00 2001 From: Ola Okelola Date: Mon, 11 Nov 2024 22:13:32 -0800 Subject: [PATCH] . --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'