diff --git a/.github/workflows/e2e-jest-workflow.yml b/.github/workflows/e2e-jest-workflow.yml index 3d82b6a3b..b4eaa29c8 100644 --- a/.github/workflows/e2e-jest-workflow.yml +++ b/.github/workflows/e2e-jest-workflow.yml @@ -129,7 +129,7 @@ jobs: - name: 'Running the integration test' run: | source scripts/e2e-setup-ci.sh - npm init --force + npm init npm install jest --registry http://localhost:4873 echo "it('should pass', () => { expect(true).toBeTruthy(); });" | tee pass.test.js