hjwp / Book-TDD-Web-Dev-Python

Book - TDD web dev with Python
https://www.obeythetestinggoat.com
Other
484 stars 175 forks source link

Inline the matrix test steps #265

Closed hjwp closed 3 months ago

hjwp commented 3 months ago

previously the ci config relied on another repo, https://github.com/hjwp/github-actions which was annoying. now all the ci config is inline in 1 file. we still use matrix config to spawn jobs in parallel.