Skip to content

Commit

Permalink
[LG-64] - update action makefile command and action labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lglabs committed Nov 4, 2024
1 parent 792dfa6 commit 39a5a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
echo "GROUP_ID=$GROUP_ID" >> $GITHUB_ENV # <-- Export GROUP_ID to the GitHub environment
- name: Build and run tests using Makefile
- name: Build using Makefile
run: make install-skip-test

- name: Show docker image
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install-skip-test-jib: clean
run-checkstyle:
mvn validate
run-verify: clean
mvn verify
mvn verify -Dit.test="**/*IT.java,**/*Test.java" -Dfailsafe.failIfNoSpecifiedTests=false -Djib.skip=true

run-unit-test: clean
mvn test
Expand Down

0 comments on commit 39a5a88

Please sign in to comment.