From 2b1003f7aea89e1acff739d33089ee56680c8da9 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 7 Jul 2024 14:52:40 +0100 Subject: [PATCH] Fix temporary silence to integration tests --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4fd8a5da..b5fd5d81f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,13 +43,13 @@ jobs: with: semver: ${{ needs.check-versions.outputs.semver }} - integration-tests: - uses: RoboSats/robosats/.github/workflows/integration-tests.yml@main - needs: [frontend-build, check-versions] + # integration-tests: + # uses: RoboSats/robosats/.github/workflows/integration-tests.yml@main + # needs: [frontend-build, check-versions] coordinator-image: uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main - needs: [frontend-build, integration-tests, check-versions] + needs: [frontend-build, check-versions] secrets: inherit with: semver: ${{ needs.check-versions.outputs.semver }} @@ -76,7 +76,7 @@ jobs: semver: ${{ needs.check-versions.outputs.semver }} release: - needs: [check-versions, integration-tests, coordinator-image, selfhosted-client-image, web-client-image, android-build] + needs: [check-versions, coordinator-image, selfhosted-client-image, web-client-image, android-build] runs-on: ubuntu-latest steps: - name: Checkout