Skip to content

Commit 2b1003f

Browse files
Fix temporary silence to integration tests
1 parent 4ce480c commit 2b1003f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
with:
4444
semver: ${{ needs.check-versions.outputs.semver }}
4545

46-
integration-tests:
47-
uses: RoboSats/robosats/.github/workflows/integration-tests.yml@main
48-
needs: [frontend-build, check-versions]
46+
# integration-tests:
47+
# uses: RoboSats/robosats/.github/workflows/integration-tests.yml@main
48+
# needs: [frontend-build, check-versions]
4949

5050
coordinator-image:
5151
uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main
52-
needs: [frontend-build, integration-tests, check-versions]
52+
needs: [frontend-build, check-versions]
5353
secrets: inherit
5454
with:
5555
semver: ${{ needs.check-versions.outputs.semver }}
@@ -76,7 +76,7 @@ jobs:
7676
semver: ${{ needs.check-versions.outputs.semver }}
7777

7878
release:
79-
needs: [check-versions, integration-tests, coordinator-image, selfhosted-client-image, web-client-image, android-build]
79+
needs: [check-versions, coordinator-image, selfhosted-client-image, web-client-image, android-build]
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Checkout

0 commit comments

Comments
 (0)