Skip to content

Commit 9b2861b

Browse files
hkt74copybara-github
authored andcommitted
fix: only run unit tests in github action
PiperOrigin-RevId: 811387335
1 parent 5cb18fd commit 9b2861b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
java: [8, 11, 17, 21]
17-
testgroup: ['**/*']
17+
# Only run unit tests.
18+
testgroup: ["**/*Test"]
1819
fail-fast: false
1920
name: unit-test (${{matrix.java}})
2021
steps:

0 commit comments

Comments
 (0)