Conversation
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
|
I'm assuming that it all works, and the tests pass. Next step (next PR) is to add the GitHub workflows. |
|
One tip for the track repo: there are a few "constant" files for each exercise. Add those to a "lib" or "assets" directory that can be used when you're creating new exercises. Or if you need to change one of them, do it in the asset dir then a little script can be used to deploy to all exercises. |
The workflows are something that repo admins will do and I'll need to wait or is something I need to do? I have checked "tap" test-renners and I didn't see real need to modifications (perhaps because my lack of experience). |
|
You can just copy them from the generic-test-runner: https://github.com/exercism/generic-test-runner/tree/main/.github/workflows @exercism/maintainers-admin is that right? |
The only modification was to the ci.yml file, which had some hashes updated. (Now I understand why I wasn't seeing anything different.)
|
This first release uses alpine as docker image and I have added three more tests.
Both
./bin/run-tests.shand./bin/run-tests-in-docker.shexecutes successfully.