Skip to content

Commit

Permalink
Move end-to-end android build from core CI to android CI workflow (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol authored Jul 2, 2024
1 parent 76bef04 commit 278e1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nym-vpn-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
pull_request:
paths:
- "nym-vpn-core/**"
- "nym-vpn-android/**"
- ".github/workflows/ci-nym-vpn-android.yml"
- ".github/workflows/build-nym-vpn-android.yml"
Expand Down Expand Up @@ -45,4 +46,4 @@ jobs:

build-nym-vpn-android:
uses: ./.github/workflows/build-nym-vpn-android.yml
secrets: inherit
secrets: inherit
4 changes: 0 additions & 4 deletions .github/workflows/ci-nym-vpn-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,3 @@ jobs:
working-directory: nym-vpn-core
run: |
cargo clippy --target aarch64-apple-ios -p nym-vpn-lib -- -Dwarnings
build-nym-vpn-android:
uses: ./.github/workflows/build-nym-vpn-android.yml
secrets: inherit

0 comments on commit 278e1ee

Please sign in to comment.