You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ci.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ All unit tests currently live in the `tests/unit` directory and are run with [py
10
10
11
11
To run the unit tests, you can run `tox -e py3-unit`.
12
12
13
-
In CI, the tests are run with Python 3.11 - 3.13 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/training/blob/main/.github/workflows/unit.yaml)
13
+
In CI, the tests are run with Python 3.11 - 3.13 on Ubuntu and MacOS runners - you can see the details [in the unit tests workflow file](https://github.com/instructlab/training/blob/main/.github/workflows/unit.yaml).
14
14
15
15
## Smoke tests
16
16
@@ -20,7 +20,7 @@ There is also a Shell-based smoke test script that can be found at `tests/smoket
20
20
21
21
To run the smoke tests, you can run `tox -e py3-smoke`
22
22
23
-
In CI, the smoke tests are run with Python 3.11 on CentOS runners - you can see the details [here](https://github.com/instructlab/training/blob/main/.github/workflows/smoke.yaml)
23
+
In CI, the smoke tests are run with Python 3.11 on CentOS runners - you can see the details [in the smoke workflow file](https://github.com/instructlab/training/blob/main/.github/workflows/smoke.yaml).
0 commit comments