Skip to content

Commit

Permalink
Do we still need frontend install on pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
bufke committed Jun 29, 2023
1 parent 4ca5d3b commit 50a9117
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
run: npm install
- name: Update translations
run: git submodule init && git submodule update --remote && python manage.py compilemessages
# Intercom tests in Python fail if the front-end code has not been built
- name: Build front-end code
run: SKIP_TS_CHECK=true npm run build
- name: Test back-end code
# Explicitly name the directories where coverage should be measured;
# specifying just `--cov=.` includes `src`, which contains third-party packages
Expand Down

0 comments on commit 50a9117

Please sign in to comment.