Skip to content

Commit 620f5d8

Browse files
committed
Fix action names.
1 parent 9a76491 commit 620f5d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
on:
22
push:
33
pull_request:
4-
name: "rs-android"
4+
name: "android"
55
jobs:
66
build:
7-
name: Building Android on ${{ matrix.os }}
7+
name: Building iOS Pod on ${{ matrix.os }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
@@ -30,6 +30,6 @@ jobs:
3030
i686-linux-android
3131
cargo install cargo-ndk
3232
33-
- name: Build Android
33+
- name: Build Pod
3434
run: |
3535
cargo ndk -t armeabi-v7a -t arm64-v8a -o ./jniLibs build --release -Zbuild-std -p powersync_loadable

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
pull_request:
4-
name: "rs-android"
4+
name: "ios"
55
jobs:
66
build:
77
name: Building Android on ${{ matrix.os }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
name: "rs-tests"
3+
name: "tests"
44
jobs:
55
build:
66
name: Testing on ${{ matrix.os }}

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
pull_request:
4-
name: "rs-valgrind"
4+
name: "valgrind"
55
jobs:
66
build:
77
name: Testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)