From c57f5b46918fcf0177f25295612fcf255add903d Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Fri, 12 May 2023 13:59:52 +0200 Subject: [PATCH] chore: remove tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f3fb00e1..0716d61ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: path: build/reports/tests/ build_artifacts: - needs: [ workflow_config, test ] + needs: [ workflow_config ] runs-on: ubuntu-latest outputs: release_version: ${{ steps.version.outputs.release_version }}