Skip to content

Commit 994fcf1

Browse files
Update mvn_test.yml
1 parent 1a3674b commit 994fcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mvn_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Maven package to GitHub Packages
1+
name: Execute tests with Maven
22
on:
33
push:
44
branches: # Execute on "main" branch and product branches, avoid others
@@ -26,4 +26,4 @@ jobs:
2626
- name: Execute tests with Maven
2727
run: mvn test
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)