Skip to content

Commit 693b70c

Browse files
committed
Rename tests appropriately
1 parent 0c84e59 commit 693b70c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android-reusable-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
name: graalvm-reusable-test
18+
name: android-reusable-test
1919

2020
on:
2121
workflow_call:

.github/workflows/android-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
name: graalvm-test
18+
name: android-test
1919

2020
on:
2121
workflow_dispatch:
@@ -26,7 +26,7 @@ permissions: read-all
2626

2727
jobs:
2828

29-
graalvm-test:
29+
android-test:
3030
strategy:
3131
fail-fast: false
3232
matrix:

0 commit comments

Comments
 (0)