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