Skip to content

Commit c751ef3

Browse files
author
Lasim
committed
chore(workflows): remove backend E2E tests from release workflow
1 parent 9aae3a4 commit c751ef3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/backend-release-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
working-directory: services/backend
5656
run: npm run test:unit
5757

58-
- name: Backend E2E Tests
59-
working-directory: services/backend
60-
run: npm run test:e2e
61-
6258
- name: Backend Lint
6359
working-directory: services/backend
6460
run: npm run lint

0 commit comments

Comments
 (0)