Skip to content

Commit cb0d734

Browse files
authored
chore: run tests (CycloneDX#842)
run CT for testing purposes
2 parents 4a255a2 + 3eb2048 commit cb0d734

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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)