Skip to content

Commit

Permalink
fix: ci-nightly fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Feb 11, 2025
1 parent 4d62725 commit d836460
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d836460

Please sign in to comment.