Skip to content

Commit

Permalink
No need to run build in E2E tests anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 10, 2024
1 parent d24e8a3 commit 48156b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
poetry-version: 1.8.3
poetry-working-directory: ${{ env.BACKEND_DIR }}
poetry-install-args: --with tests
- name: Build UI
run: pnpm run buildUi
- name: Lint UI
run: pnpm run lintUi
- name: Run tests
Expand Down

0 comments on commit 48156b9

Please sign in to comment.