daz
|
63fcfbfe27
|
Disable fail-fast for integ tests
|
2024-04-09 16:07:32 -06:00 |
|
daz
|
a3f366ddb7
|
Replace 'download-dist' action with 'init-integ-test'
This action takes care of 'setup-java' as well as downloading the dist if required.
|
2024-04-06 14:52:02 -06:00 |
|
daz
|
4b284311c3
|
Disable cache debug logging for workflows
This logging can now be enabled on a case-by-case basis using
GitHub Actions debugging.
|
2024-02-11 18:00:40 -07:00 |
|
daz
|
2e7b28666d
|
Move top-level action to 'setup-gradle'
|
2024-01-25 11:53:44 -07:00 |
|
daz
|
22e5c984e7
|
Update workflows for move to 'sources'
|
2024-01-25 11:53:44 -07:00 |
|
dependabot[bot]
|
5e3952da92
|
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action).
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
Updates `gradle/gradle-build-action` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.7.1...v2.8.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-21 16:35:57 +02:00 |
|
Daz DeBoer
|
82bc72e1e7
|
Re-enable cache-cleanup on Windows
|
2022-08-26 09:03:58 -06:00 |
|
Daz DeBoer
|
cc60593845
|
Disable cache-cleanup on Windows
It does not seem possible to use `find .. -exec ..` on Windows,
so a node-only solution may be required.
|
2022-08-25 20:06:13 -06:00 |
|
Daz DeBoer
|
c64fe31590
|
Fix tests that run on Windows
- Properly escape sysprop values
- Use bash for file existence checks
|
2022-08-25 20:02:31 -06:00 |
|
Daz DeBoer
|
6e56b59601
|
Fix test sysprop name to work on Windows
|
2022-08-24 08:19:52 -06:00 |
|
Daz DeBoer
|
25ec178747
|
Add integration test for cache cleanup
|
2022-08-22 14:08:28 -06:00 |
|