Skip to content

Commit

Permalink
ci: use correct profile to avoid skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Jan 4, 2025
1 parent fa80837 commit f3b2bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
BUILD_PATH: ../resources/META-INF/resources/static/
PUBLIC_URL: /static/

run: mvn clean test package
run: mvn clean test package -Pgithub-ci

- name: Build and push
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
java-version: "21"
cache: 'maven'
- name: Build with Maven
run: mvn clean test package
run: mvn clean test package -Pgithub-ci

0 comments on commit f3b2bb5

Please sign in to comment.