From d836460845b733070b383d322ff426ed46702696 Mon Sep 17 00:00:00 2001 From: JC Date: Mon, 10 Feb 2025 17:02:30 -0700 Subject: [PATCH] fix: ci-nightly fixed --- .github/workflows/ci-nightly.yaml | 21 +++++++++++---------- .github/workflows/ci.yaml | 1 - 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-nightly.yaml b/.github/workflows/ci-nightly.yaml index 140d74f76..dfa37cf7b 100644 --- a/.github/workflows/ci-nightly.yaml +++ b/.github/workflows/ci-nightly.yaml @@ -26,16 +26,17 @@ jobs: cache-key: ${{ needs.create-cache-key.outputs.cache-key }} arch: ${{ matrix.arch }} - android-macos-integration-test: - strategy: - matrix: - arch: [arm64-v8a, armeabi-v7a] - uses: ./.github/workflows/android-macos-integration-test.yaml - needs: [ create-timestamp, create-cache-key, android-build ] - with: - timestamp: ${{ needs.create-timestamp.outputs.timestamp }} - cache-key: ${{ needs.create-cache-key.outputs.cache-key }} - abi: ${{ matrix.arch }} + # those are really long, near to one hour and sometimes more + #android-macos-integration-test: + # strategy: + # matrix: + # arch: [arm64-v8a, armeabi-v7a] + # uses: ./.github/workflows/android-macos-integration-test.yaml + # needs: [ create-timestamp, create-cache-key, android-build ] + # with: + # timestamp: ${{ needs.create-timestamp.outputs.timestamp }} + # cache-key: ${{ needs.create-cache-key.outputs.cache-key }} + # abi: ${{ matrix.arch }} android-ubuntu-integration-test-ci: strategy: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e3b47d98..b8817dc18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,6 @@ jobs: arch: ${{ matrix.arch }} # those are really long, near to one hour and sometimes more - # I leave them in ci-nightly. #android-macos-integration-test: # strategy: # matrix: