-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'TNG:master' into 54-asciiDocReporter-documentation
- Loading branch information
Showing
77 changed files
with
706 additions
and
377 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
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ jobs: | |
env: | ||
ANDROID: true | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v4.1.1 | ||
- name: Set upt JDK 17 | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.13.0 | ||
with: | ||
java-version: 17 | ||
distribution: 'adopt' | ||
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Upload test results html files | ||
continue-on-error: true | ||
if: ${{failure()}} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: test-report-example-projects | ||
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests | ||
|
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 |
---|---|---|
|
@@ -14,9 +14,9 @@ jobs: | |
steps: | ||
- name: Ensure firefox is installed | ||
run: sudo apt-get install firefox | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v4.1.1 | ||
- name: Set up JDK ${{matrix.java}} | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.13.0 | ||
with: | ||
java-version: ${{matrix.java}} | ||
distribution: 'adopt' | ||
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Upload test results html files | ||
continue-on-error: true | ||
if: ${{failure()}} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: test-report_${{matrix.java}}_${{matrix.junit}} | ||
path: /home/runner/work/JGiven/JGiven/*/build/reports/tests | ||
|
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 |
---|---|---|
|
@@ -6,14 +6,14 @@ jobs: | |
name: Test that the examples are actually working | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v4.1.1 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.13.0 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
- name: Setup Android SDK | ||
uses: android-actions/setup-android@v2.0.10 | ||
uses: android-actions/setup-android@v3.1.0 | ||
- name: Produce a local release with version 1.1-t | ||
run: source scripts/local_release_with_version.sh | ||
- name: Test Kotlin Example Project | ||
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Upload test results html files | ||
continue-on-error: true | ||
if: ${{failure()}} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: test-report-example-projects | ||
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests | ||
|
@@ -61,7 +61,7 @@ jobs: | |
- name: Upload test results html files | ||
continue-on-error: true | ||
if: ${{failure()}} | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: test-report-example-projects | ||
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests | ||
|
@@ -70,7 +70,7 @@ jobs: | |
name: Validate the format of the published poms | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3.5.3 | ||
- uses: actions/checkout@v4.1.1 | ||
- name: Load the bash script | ||
run: scripts/local_release_with_version.sh | ||
- name: Run validation | ||
|
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
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,4 +1,4 @@ | ||
version=1.2.5 | ||
version=1.3.0 | ||
org.gradle.jvmargs=-Xmx1536M | ||
org.gradle.parallel=true | ||
android.useAndroidX=true | ||
|
2 changes: 1 addition & 1 deletion
2
example-projects/android/gradle/wrapper/gradle-wrapper.properties
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version=1.2.5 | ||
version=1.3.0 | ||
org.gradle.jvmargs=-Xmx1536M | ||
org.gradle.parallel=true |
Binary file modified
BIN
+346 Bytes
(100%)
example-projects/junit5/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
example-projects/junit5/gradle/wrapper/gradle-wrapper.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=1.2.5 | ||
version=1.3.0 |
Binary file modified
BIN
+346 Bytes
(100%)
example-projects/kotlin/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Oops, something went wrong.