Skip to content

Commit

Permalink
add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 21, 2025
1 parent 9056f00 commit 2ca1478
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ jobs:
./gradlew --scan buildArtifact
./gradlew shadowJar
mv build/libs/*.jar build/libs/footprint_${VERSION}.jar
ls -al
ls -al dist/
ls -al docker/
ls -al build/libs
ls -al terraform/
ls -al terraform_deploy/
#########################################################################
# Test
Expand Down Expand Up @@ -289,12 +282,12 @@ jobs:
# --project-name=${{ github.repository }}

# Lastly run the tests bundled with the repo
# - name: Test and coverage
# run: |
# gradle wrapper --gradle-version 6.3
# ./gradlew test
# ./gradlew mergeJUnitReports
# junit 'build/test-results/test/TESTS-TestSuites.xml'
- name: Test and coverage
run: |
gradle wrapper --gradle-version 6.3
./gradlew test
./gradlew mergeJUnitReports
junit 'build/test-results/test/TESTS-TestSuites.xml'
#########################################################################
# Publish release to releases
Expand Down

0 comments on commit 2ca1478

Please sign in to comment.