linuxserver / docker-speedtest-tracker

GNU General Public License v3.0
87 stars 2 forks source link

[FEAT] Docker image for application CI pipeline #18

Closed alexjustesen closed 2 months ago

alexjustesen commented 5 months ago

Is this a new feature request?

Wanted change

I'd like to build into my CI pipeline building and running the application's test suite within the lsio image to ensure a couple of things:

  1. The application builds successfully within the image
  2. The test suite successfully passes

Looking for assistance creating that CI workflow.

Reason for change

This would help me get in front of any issues from the application that might crop up later down the path in your build steps.

Proposed code change

No response

thespad commented 5 months ago

Do you just want to do it on releases, or tags, commits, etc? We could do a dev tag that built on whatever criteria you need and then you can ingest that into your tests; or if they're tests you want to run inside the container we can have an init step that only runs if given envs are set and poke it into our existing CI smoke tests.

Really depends on exactly what you need out of it.

LinuxServer-CI commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 month ago

This issue is locked due to inactivity