Fix re-enable tests on release

This commit is contained in:
Reckless_Satoshi 2024-07-07 14:59:52 +01:00
parent 2b1003f7ae
commit e9a49d31f1
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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, check-versions]
needs: [frontend-build, integration-tests, 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, coordinator-image, selfhosted-client-image, web-client-image, android-build]
needs: [check-versions, integration-tests, coordinator-image, selfhosted-client-image, web-client-image, android-build]
runs-on: ubuntu-latest
steps:
- name: Checkout