mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
chore(ci): rename test-mobile workflow to test-android, fix paths
This commit is contained in:
parent
98867a9680
commit
0b51e2f657
@ -3,8 +3,8 @@ name: test mobile
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/test-mobile.yml'
|
- '.github/workflows/test-android.yml'
|
||||||
- 'tooling/cli/templates/mobile/**'
|
- 'tooling/cli/templates/mobile/android/**'
|
||||||
- 'tooling/cli/src/mobile/**'
|
- 'tooling/cli/src/mobile/**'
|
||||||
- '!tooling/cli/src/mobile/ios.rs'
|
- '!tooling/cli/src/mobile/ios.rs'
|
||||||
- '!tooling/cli/src/mobile/ios/**'
|
- '!tooling/cli/src/mobile/ios/**'
|
||||||
@ -17,7 +17,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-android:
|
test:
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
Loading…
Reference in New Issue
Block a user