Commit 9a1b326
authored
Add test to keep track dependencies in sync (#169)
* add test to keep track dependencies in sync
The dependencies in the test runner are regularly being updated. If
there are exercises in the track repo that depend by default on outdated
versions of these libraries, that could lead to confusion and even
failed test runs.
We will be able to run this test whenever a commit is pushed to the main
branch of the test runner repo, notifying us that we should update the
track repo.
* add CI workflow for track_deps_are_up_to_date1 parent dff9e54 commit 9a1b326
File tree
4 files changed
+528
-0
lines changed- .github/workflows
- track_deps_are_up_to_date
- tests
4 files changed
+528
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments