Skip to content

Commit c9decfc

Browse files
committed
ci: re-enable build and test step
1 parent 86b81c9 commit c9decfc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ jobs:
2727
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2828
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2929

30-
# temporary disable to test JAR publication
31-
# - name: Build and Test
32-
# run: |
33-
# export AWS_REGION=us-west-1
34-
# mvn -B -P tests -Dmaven.javadoc.skip=true install jacoco:report --file pom.xml
35-
# bash <(curl -s https://codecov.io/bash)
30+
- name: Build and Test
31+
run: |
32+
export AWS_REGION=us-west-1
33+
mvn -B -P tests -Dmaven.javadoc.skip=true install jacoco:report --file pom.xml
34+
bash <(curl -s https://codecov.io/bash)
3635
3736
- name: Publish JARs
3837
run: |
@@ -46,7 +45,6 @@ jobs:
4645
fi
4746
4847
mvn -B -DskipTests=true -P ci,docs deploy --file pom.xml
49-
#mvn -DskipTests=true -P ci,docs deploy -s settings.xml
5048
5149
env:
5250
GITHUB_USERNAME: ${{ secrets.CI_USERNAME }}

0 commit comments

Comments
 (0)