Skip to content

Commit

Permalink
Fix temporary silence to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Jul 7, 2024
1 parent 4ce480c commit 2b1003f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 2b1003f

Please sign in to comment.