Skip to content

Commit

Permalink
ci: split unit and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Sep 2, 2024
1 parent 4ae3129 commit f80ed1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/handle-release-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Lint
command: test:lint
- name: Unit tests
command: test
command: test:unit
- name: E2E tests
command: test:e2e
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f80ed1c

Please sign in to comment.