Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaya.cy committed Nov 29, 2023
1 parent fd4c043 commit f6cfcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arklet_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
cache: maven

- name: Test
run: mvn clean install -P 17-snapshot -DskipTests -Dmaven.javadoc.skip=true -B -U
run: mvn clean install -P17-snapshot -DskipTests -Dmaven.javadoc.skip=true -B -U
&& sh ./check_format.sh
&& mvn test
&& mvn test -P17-snapshot

- name: upload coverage reports to Codecov with github action
uses: codecov/codecov-action@v3

0 comments on commit f6cfcf5

Please sign in to comment.