-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
136 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,26 @@ | ||
name: Tests and docs | ||
name: Tests | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
tests: | ||
name: Tests | ||
uses: Bernardo-MG/github-workflow/.github/workflows/maven_testing.yml@v1 | ||
name: Tests with JDK ${{ matrix.jdk }} | ||
runs-on: ubuntu-latest | ||
|
||
deploy_develop_docs: | ||
name: Deploy development docs | ||
needs: tests | ||
uses: Bernardo-MG/github-workflow/.github/workflows/maven_deploy_site.yml@v1 | ||
with: | ||
branch: develop | ||
host: docs.bernardomg.com | ||
secrets: | ||
url: ${{ secrets.DEPLOY_DOCS_DEVELOP_SITE }} | ||
username: ${{ secrets.DEPLOY_DOCS_DEVELOP_USER }} | ||
password: ${{ secrets.DEPLOY_DOCS_DEVELOP_PASSWORD }} | ||
strategy: | ||
matrix: | ||
jdk: [17, 21] | ||
|
||
deploy_docs: | ||
name: Deploy docs | ||
needs: tests | ||
uses: Bernardo-MG/github-workflow/.github/workflows/maven_deploy_site.yml@v1 | ||
with: | ||
branch: master | ||
host: docs.bernardomg.com | ||
secrets: | ||
url: ${{ secrets.DEPLOY_DOCS_SITE }} | ||
username: ${{ secrets.DEPLOY_DOCS_USER }} | ||
password: ${{ secrets.DEPLOY_DOCS_PASSWORD }} | ||
steps: | ||
- name: Check-out | ||
uses: actions/checkout@v4 | ||
with: | ||
persist-credentials: false | ||
- name: Set up JDK ${{ matrix.jdk }} | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: ${{ matrix.jdk }} | ||
distribution: 'temurin' | ||
cache: 'maven' | ||
- name: Run up to integration tests | ||
run: mvn verify -fae |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/com/bernardomg/velocity/tool/Html5UpdateTool.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/java/com/bernardomg/velocity/tool/test/unit/html/TestHtmlToolAddClass.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/java/com/bernardomg/velocity/tool/test/unit/html/TestHtmlToolRemoveAttribute.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/java/com/bernardomg/velocity/tool/test/unit/html/TestHtmlToolRemoveClass.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/java/com/bernardomg/velocity/tool/test/unit/html/TestHtmlToolRetag.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/java/com/bernardomg/velocity/tool/test/unit/html/TestHtmlToolSwapTagWithParent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.