Skip to content

Commit 1783ffc

Browse files
committed
rename github actions jobs
1 parent 09800ca commit 1783ffc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub CI
33
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
6-
test:
6+
test_Android:
77
runs-on: macOS-latest
88
steps:
99

@@ -26,13 +26,13 @@ jobs:
2626

2727
- name: Hello Sdl Android Tests
2828
run: ./android/gradlew -p ./android/hello_sdl_android test
29-
29+
3030
- name: Codecov
3131
uses: codecov/codecov-action@v1.0.13
3232
with:
3333
yml: ./codecov.yml
3434

35-
testJava:
35+
test_Java:
3636
runs-on: macOS-latest
3737
steps:
3838

0 commit comments

Comments
 (0)