jpribyl / action-docker-layer-caching

🐳 Enable Docker layer caching in GitHub Actions
https://github.com/marketplace/actions/docker-layer-caching
MIT License
59 stars 10 forks source link

Fix 'Readme Test' which are actually integration tests. #13

Closed mendhak closed 1 year ago

mendhak commented 2 years ago

So I had a look at the 'README Test' badge and why it was failing. The name is slightly misleading, it actually seems to be running a set of integration tests.

image

The way it works is, when you push or merge to the main branch, the release build pushes to the main-release branch.

https://github.com/jpribyl/action-docker-layer-caching/blob/main/.github/workflows/release.yml#L35-L38

And then the 'Readme Test' action runs against the compiled Javascript in that main-release branch. A bunch of stuff was failing and producing warnings.

Anyway I think I have it working now, please have a look.

mendhak commented 1 year ago

Thanks, will merge and then review the status badge

mendhak commented 1 year ago

Yay image