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