mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
Fix re-enable tests on release
This commit is contained in:
parent
2b1003f7ae
commit
e9a49d31f1
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -43,13 +43,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
semver: ${{ needs.check-versions.outputs.semver }}
|
semver: ${{ needs.check-versions.outputs.semver }}
|
||||||
|
|
||||||
# integration-tests:
|
integration-tests:
|
||||||
# uses: RoboSats/robosats/.github/workflows/integration-tests.yml@main
|
uses: RoboSats/robosats/.github/workflows/integration-tests.yml@main
|
||||||
# needs: [frontend-build, check-versions]
|
needs: [frontend-build, check-versions]
|
||||||
|
|
||||||
coordinator-image:
|
coordinator-image:
|
||||||
uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main
|
uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main
|
||||||
needs: [frontend-build, check-versions]
|
needs: [frontend-build, integration-tests, check-versions]
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
semver: ${{ needs.check-versions.outputs.semver }}
|
semver: ${{ needs.check-versions.outputs.semver }}
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
semver: ${{ needs.check-versions.outputs.semver }}
|
semver: ${{ needs.check-versions.outputs.semver }}
|
||||||
|
|
||||||
release:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user