Skip to content

Commit

Permalink
Run functional-tests in GH build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Dec 13, 2023
1 parent 78d9b61 commit e60c814
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
cache: 'maven'

- name: Maven Build
run: ./mvnw --batch-mode --fail-at-end clean package
run: ./mvnw --batch-mode --fail-at-end clean install

- name: Functional Tests
run: ./mvnw --batch-mode clean test
working-directory: ./spring-rewrite-commons-functional-tests

- name: Deploy Snapshot
env:
Expand All @@ -28,4 +32,4 @@ jobs:
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: mvn -B clean deploy -Partifactory,delombok
run: mvn --batch-mode deploy -Partifactory,delombok

0 comments on commit e60c814

Please sign in to comment.