Clayton-TV / claytontv

3 stars 2 forks source link

Create github action to automate testing #50

Open Fehings opened 2 months ago

Fehings commented 2 months ago

For now at least will want the tests to run on each pull request and make sure they pass.

Tests should be created in catalogue/tests.

ShuvojitNandi commented 2 months ago

Do you want the workflow to run only on ubuntu-latest?

thatgardnerone commented 2 months ago

Do you want the workflow to run only on ubuntu-latest?

I don't think so, it might be better to specify a specific version, such as ubuntu:24.04, since it's the most recent LTS. (Also, that's what the web server is running at the min, so having that parity would be ideal!)

Does that seem reasonable?

ShuvojitNandi commented 2 months ago

Sounds good.