Skip to content

Commit 4033399

Browse files
committed
revert unnecessary changes and enable e2e tests
1 parent d04bb7d commit 4033399

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,11 @@ jobs:
424424
uses: ./.github/actions/build-android
425425
with:
426426
release-type: ${{ needs.set_release_type.outputs.RELEASE_TYPE }}
427-
run-e2e-tests: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
427+
run-e2e-tests: true #${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
428428
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
429429

430430
test_e2e_android_rntester:
431-
if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
431+
#if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
432432
runs-on: 4-core-ubuntu
433433
needs: [build_android]
434434
strategy:

0 commit comments

Comments
 (0)