This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/maven/master/io.appium-java-cli…
…ent-7.6.0
- Loading branch information
Showing
6 changed files
with
289 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
with: | ||
java-version: 15 | ||
- name: Restore Local Maven Cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{runner.os}}-m2 | ||
|
@@ -28,7 +28,7 @@ jobs: | |
with: | ||
profiles: '[{ "id": "sonar", "properties": { "sonar.organization":"magenic", "sonar.host.url":"https://sonarcloud.io", "sonar.login": "${{secrets.SONAR_LOGIN}}" }}]' | ||
- name: Run Unit Tests | ||
uses: GabrielBB/xvfb-action@v1.4 | ||
uses: GabrielBB/xvfb-action@v1.5 | ||
with: | ||
run: mvn -B -Dtesting verify package --file pom.xml -e -fae -T 1C -Djdk.version=${{matrix.jdk}} | ||
env: | ||
|
@@ -57,14 +57,15 @@ jobs: | |
with: | ||
java-version: 11 | ||
- name: Restore Local Maven Cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{runner.os}}-m2 | ||
- name: Run Checkstyle | ||
run: mvn -B validate --file pom.xml -e -fae | ||
labels: | ||
name: Pull Request Labels | ||
if: github.actor != 'dependabot[bot]' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Label Pull Request | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
steps: | ||
- name: Get release | ||
id: get_release | ||
uses: bruceadams/[email protected].2 | ||
uses: bruceadams/[email protected].3 | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
- name: Formatting Version Tag | ||
|
@@ -41,7 +41,7 @@ jobs: | |
with: | ||
java-version: 15 | ||
- name: Maven Cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{runner.os}}-m2 | ||
|
@@ -52,7 +52,7 @@ jobs: | |
- name: Print out version number from needs | ||
run: echo "${{env.VERSION}}" | ||
- name: Set Version to ${{env.VERSION}} and Run Unit Tests | ||
uses: GabrielBB/xvfb-action@v1.4 | ||
uses: GabrielBB/xvfb-action@v1.5 | ||
with: | ||
run: mvn -Drevision="${{env.VERSION}}" -Dtesting -T 1C verify install -B -e -f pom.xml -fae -Djdk.version=${{env.JDK}} | ||
env: | ||
|
@@ -99,7 +99,7 @@ jobs: | |
with: | ||
java-version: 15 | ||
- name: Maven Cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{runner.os}}-m2 | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
steps: | ||
- name: Draft Release Notes | ||
id: release-drafter | ||
uses: release-drafter/release-drafter@v5.14.0 | ||
uses: release-drafter/release-drafter@v5.15.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- id: bash_v | ||
|
@@ -36,7 +36,7 @@ jobs: | |
with: | ||
java-version: ${{env.JDK}} | ||
- name: Maven Cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{runner.os}}-m2 | ||
|
@@ -45,7 +45,7 @@ jobs: | |
with: | ||
profiles: '[{ "id": "sonar", "properties": { "sonar.organization":"magenic", "sonar.host.url":"https://sonarcloud.io", "sonar.login": "${{secrets.SONAR_LOGIN}}"}}]' | ||
- name: Set Version to ${{env.VERSION}}-SNAPSHOT and Run Unit Tests | ||
uses: GabrielBB/xvfb-action@v1.4 | ||
uses: GabrielBB/xvfb-action@v1.5 | ||
with: | ||
run: mvn -Drevision="${{env.VERSION}}-SNAPSHOT" -B -Dtesting verify install --file pom.xml -e -fae -T 1C -Djdk.version=${{env.JDK}} | ||
env: | ||
|
@@ -91,7 +91,7 @@ jobs: | |
# with: | ||
# java-version: ${{env.JDK}} | ||
# - name: Maven Cache | ||
# uses: actions/[email protected].4 | ||
# uses: actions/[email protected].6 | ||
# with: | ||
# path: ~/.m2 | ||
# key: ${{runner.os}}-m2 | ||
|
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.