Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run workflows even on Windows #643

Closed
wants to merge 12 commits into from
Closed

Run workflows even on Windows #643

wants to merge 12 commits into from

Conversation

KengoTODA
Copy link
Member

Recently we introduced a defect that is caused only on the Windows platform (#614). We had a similar problem (#273) previously.
To avoid reproducing these problems, run workflows in PR not only the Ubuntu platform but also the Windows platform.

This PR changes the report path from URL to canonical file path, because, on the Windows platform URL and absolute path may include short paths and it makes functional test unstable.

In URL the Windows platform may use a short path, and it makes functional test
unstable. It is also not useful for users, they need a full path but the
printed URL is not.
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: |
./gradlew build --no-daemon "-Dsnom.test.functional.gradle=${{ matrix.gradle }}"
- uses: actions/upload-artifact@v2.2.4
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version is necessary to avoid a known problem in the latest release.
Refs actions/upload-artifact#281

@KengoTODA KengoTODA self-assigned this Dec 10, 2021
@KengoTODA KengoTODA marked this pull request as ready for review December 11, 2021 02:17
@sonarcloud
Copy link

sonarcloud bot commented Jan 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@KengoTODA KengoTODA closed this Feb 5, 2022
@KengoTODA KengoTODA deleted the build-on-win branch February 6, 2022 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant