From f80ed1c93fa48866ef1dcbb0b8b0a336dbafe2cf Mon Sep 17 00:00:00 2001 From: Trezy Date: Mon, 2 Sep 2024 10:11:38 -0500 Subject: [PATCH] ci: split unit and e2e tests --- .github/workflows/handle-release-branch-push.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/handle-release-branch-push.yml b/.github/workflows/handle-release-branch-push.yml index 40f4a01a..fd73d778 100644 --- a/.github/workflows/handle-release-branch-push.yml +++ b/.github/workflows/handle-release-branch-push.yml @@ -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