|
9 | 9 | branches:
|
10 | 10 | - main
|
11 | 11 | pull_request:
|
12 |
| - types: [labeled, opened, synchronize, reopened] |
| 12 | + types: [opened, synchronize, reopened] |
13 | 13 |
|
14 | 14 | concurrency:
|
15 | 15 | group: ${{ github.workflow }}-${{ github.ref }}
|
@@ -37,23 +37,23 @@ jobs:
|
37 | 37 | runs-on: ${{ matrix.runner }}
|
38 | 38 | name: Unit tests (${{ matrix.runner }})
|
39 | 39 | steps:
|
40 |
| - - uses: actions/checkout@v4 |
41 |
| - - uses: actions/setup-node@v4 |
42 |
| - with: |
43 |
| - node-version: lts/jod |
44 |
| - - name: Set up JDK 17 |
45 |
| - uses: actions/setup-java@v3 |
46 |
| - with: |
47 |
| - java-version: "17" |
48 |
| - distribution: "temurin" |
49 |
| - - name: Setup Android SDK |
50 |
| - uses: android-actions/setup-android@v3 |
51 |
| - with: |
52 |
| - packages: tools platform-tools ndk;${{ env.NDK_VERSION }} |
53 |
| - - run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim |
54 |
| - - run: npm ci |
55 |
| - - run: npm run bootstrap |
56 |
| - - run: npm test |
| 40 | + - uses: actions/checkout@v4 |
| 41 | + - uses: actions/setup-node@v4 |
| 42 | + with: |
| 43 | + node-version: lts/jod |
| 44 | + - name: Set up JDK 17 |
| 45 | + uses: actions/setup-java@v3 |
| 46 | + with: |
| 47 | + java-version: "17" |
| 48 | + distribution: "temurin" |
| 49 | + - name: Setup Android SDK |
| 50 | + uses: android-actions/setup-android@v3 |
| 51 | + with: |
| 52 | + packages: tools platform-tools ndk;${{ env.NDK_VERSION }} |
| 53 | + - run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim |
| 54 | + - run: npm ci |
| 55 | + - run: npm run bootstrap |
| 56 | + - run: npm test |
57 | 57 | test-ios:
|
58 | 58 | if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
|
59 | 59 | name: Test app (iOS)
|
|
0 commit comments