Skip to content

Commit 3eb2048

Browse files
committed
chore: run tests
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 4a255a2 commit 3eb2048

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818
permissions: {}
1919

2020
jobs:
21-
test:
21+
test_java:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout

.github/workflows/test_js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
permissions: {}
2121

2222
jobs:
23-
test:
23+
test_js:
2424
timeout-minutes: 30
2525
runs-on: ubuntu-latest
2626
steps:

.github/workflows/test_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
permissions: {}
2121

2222
jobs:
23-
test:
23+
test_php:
2424
timeout-minutes: 30
2525
runs-on: ubuntu-latest
2626
steps:

.github/workflows/test_proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
permissions: {}
2121

2222
jobs:
23-
test:
23+
test_proto:
2424
timeout-minutes: 30
2525
runs-on: ubuntu-latest
2626
steps:

0 commit comments

Comments
 (0)