diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f8bcaf73..c7db7f07 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -63,12 +63,6 @@ jobs: - name: Install Node dependencies run: npm ci - # We use isolatedModules: true which disables typechecking in tests - # Tests in apps/ are typechecked when their app is built, so we just do it here for libs/ - # See https://bitwarden.atlassian.net/browse/EC-497 - - name: Run typechecking - run: npm run test:types --coverage - - name: Start OpenLDAP docker container run: docker compose --project-directory utils/integration-tests --profile server up -d