-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into fix/node20
# Conflicts: # package-lock.json # package.json
- Loading branch information
Showing
33 changed files
with
122 additions
and
75 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 |
---|---|---|
|
@@ -22,34 +22,35 @@ jobs: | |
java-version: 8 | ||
distribution: 'temurin' | ||
cache: 'maven' | ||
- run: cd tests && mvn clean test --batch-mode -Dmaven.test.failure.ignore=true | ||
- run: cd integration-tests/maven && mvn clean verify --batch-mode -Dmaven.test.failure.ignore=true | ||
- uses: ./ | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
check_name: Example Surefire Test Report | ||
report_paths: '**/surefire-reports/*.xml, **/failsafe-reports/*.xml' | ||
- uses: cclauss/[email protected] | ||
with: | ||
args: pytest --junit-xml=python/report.xml python/ || exit 0 | ||
args: pytest integration-tests/python/ --junit-xml=integration-tests/python/report.xml || exit 0 | ||
- uses: ./ | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
check_name: Example Pytest Report | ||
report_paths: python/report.xml | ||
- uses: actions/setup-go@v4 | ||
report_paths: integration-tests/python/report.xml | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.18.x | ||
go-version: 1.21.x | ||
- run: | | ||
cd go && | ||
cd integration-tests/go && | ||
go install github.com/jstemmer/go-junit-report/v2@latest && | ||
go test -v 2>&1 ./... | | ||
go-junit-report -out report.xml | ||
- uses: ./ | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
check_name: Example Go Report | ||
report_paths: go/report.xml | ||
report_paths: integration-tests/go/report.xml | ||
file_name_in_stack_trace: true | ||
- uses: actions/setup-node@v3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
cache: npm | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
on: | ||
pull_request | ||
|
||
jobs: | ||
check-contributors: | ||
name: Check contributors | ||
uses: scacap/infra.gh-actions/.github/workflows/copilot-contributor-check.yml@v1 | ||
secrets: inherit | ||
with: | ||
repository: ${{ github.repository }} | ||
pull_request_number: ${{ github.event.pull_request.number }} |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
Binary file removed
BIN
-2.72 KB
tests/email/target/test-classes/action/surefire/report/email/EmailAddressTest.class
Binary file not shown.
Oops, something went wrong.