From 61a4d7a9540bf2a61d783754fa255c99c3429359 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Sun, 7 Apr 2024 20:44:42 +0200 Subject: [PATCH] ci: Make all the tests required for a release --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3b860d6a7..0275a7ede6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,6 @@ jobs: uses: geokrety/geokrety-gha-workflows/.github/workflows/semantic-release.yml@main needs: - docker - # # Uncomment to set mandatory - # - integration-tests + - integration-tests secrets: GH_TOKEN: ${{ secrets.GH_TOKEN }}