enabled integration tests

This commit is contained in:
Vadim 2024-03-14 20:41:13 +01:00
parent e701d65c4b
commit 846a2b2254

View file

@ -26,13 +26,12 @@ on:
jobs: jobs:
run-integration-tests: run-integration-tests:
name: Run integration tests name: Run integration tests
if: false
uses: ./.github/workflows/run_integration_tests.yml uses: ./.github/workflows/run_integration_tests.yml
secrets: inherit secrets: inherit
build-android: build-android:
name: Build Android (.${{ matrix.binary-type }}) name: Build Android (.${{ matrix.binary-type }})
#needs: [run-integration-tests] needs: [run-integration-tests]
strategy: strategy:
matrix: matrix:
binary-type: [apk, appbundle] binary-type: [apk, appbundle]
@ -46,7 +45,7 @@ jobs:
build-ios: build-ios:
name: Build iOS (.ipa) name: Build iOS (.ipa)
#needs: [run-integration-tests] needs: [run-integration-tests]
uses: ./.github/workflows/build_ipa.yml uses: ./.github/workflows/build_ipa.yml
secrets: inherit secrets: inherit
with: with:
@ -56,7 +55,6 @@ jobs:
generate-release-notes: generate-release-notes:
name: Generate release notes name: Generate release notes
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: false
steps: steps:
- name: Generate release notes - name: Generate release notes
run: | run: |