From 74923f798c1e3b63865289189e9f04462efff4ea Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 20 Jun 2025 13:19:02 +0200 Subject: [PATCH] unit --- .github/workflows/test.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ed0072530..8b3005a25b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,25 +57,7 @@ jobs: ${{ runner.os }}-login-run-caches-${{github.ref_name}}-${{ github.sha }}- ${{ runner.os }}-login-run-caches-${{github.ref_name}}- ${{ runner.os }}-login-run-caches- - - run: make login-lint - env: - # latest if branch is main, otherwise image version which is the pull request number - BAKE_CLI: depot bake - DEPOT_PROJECT_ID: jp837jn3fm - FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }} - - run: make login-test-unit - env: - # latest if branch is main, otherwise image version which is the pull request number - BAKE_CLI: depot bake - DEPOT_PROJECT_ID: jp837jn3fm - FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }} - - run: make login-test-integration - env: - # latest if branch is main, otherwise image version which is the pull request number - BAKE_CLI: depot bake - DEPOT_PROJECT_ID: jp837jn3fm - FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }} - - run: make login-test-acceptance + - run: make login-quality env: # latest if branch is main, otherwise image version which is the pull request number BAKE_CLI: depot bake