-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Thank you for merging #43 which gets us closer to testing every package has supports. I'll aim to submit pull requests that get us even closer to 100% in the future.
The Github Actions tests are currently using containers built from my fork of has, but it would be better if we built the containers using this official fork https://github.com/kdabir/has . That way future changes to the official dockerfiles would update the containers we use for testing.
If that sounds okay to you then could you please
- Sign in to https://hub.docker.com/ to create a new
testing-hasrepository - Build the four dockerfiles using settings similar to these

- Then (after successful builds) updating Github Actions to use the official images instead of the "sdolenc" ones and
has/.github/workflows/main.yml
Line 25 in 4ccd017
container: sdolenc/testing-has:${{ matrix.container }} has/.github/workflows/main.yml
Line 44 in 4ccd017
container: sdolenc/testing-has:${{ matrix.container }}
If it helps: I've added you as a collaborator for my repository on https://hub.docker.com