Skip to content

Commit

Permalink
Remove unnecessary typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat committed Oct 7, 2024
1 parent 5d2616a commit bda1104
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bda1104

Please sign in to comment.