Commit Graph

4 Commits

Author SHA1 Message Date
Ned Batchelder
0f21f1194e build: use unique names for workflows
It's confusing to have six different checks, all called "CI".  This
gives them unique names to help devs navigate the checks.
2021-10-21 17:03:33 -04:00
M. Zulqarnain
7a6623122a fix: install from django.txt in unit test check
"Ensure Unit Tests Running" was running with
Django 3 instead of with our production version.
Recently, this started causing the check to fail
due to an upgraded requirement that doesn't work
with Django 3 yet.

Co-Authored-By: Kyle McCormick <kmccormick@edx.org>
2021-08-19 08:47:49 -04:00
M. Zulqarnain
334175bd84 BOM-2591: Optimize "Ensure Tests Running" GH Action (#27864)
* feat: speed up pip install

* change test name
2021-06-07 19:54:26 +05:00
M. Zulqarnain
5eaf791f6d feat: ensure tests are running (#27524) 2021-06-07 15:03:34 +05:00