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.
The way it works is, when you push or merge to the main branch, the release build pushes to the main-release branch.
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.
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.
The way it works is, when you push or merge to the
main
branch, the release build pushes to themain-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.