This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,10 +197,10 @@ To test a course locally,
197197from the course directory,
198198run either of these scripts :
199199
200- * [`scripts/test-course-actual.sh`](scripts/test-course-only .sh):
200+ * [`scripts/test-course-actual.sh`](scripts/test-course-actual .sh):
201201 which will download and use the specific version of `codeql-learninglab-check`
202202 that is specified in `Dockerfile`
203- * [`scripts/test-course.sh`](scripts/test-course.sh):
203+ * [`scripts/test-course-latest .sh`](scripts/test-course-latest .sh):
204204 Which will also build the `codeql-learninglab-check` image locally,
205205 and tag it with the expected base image of the course,
206206 allowing you to test how changes to the `codeql-learninglab-check`
@@ -216,8 +216,8 @@ Any subsequent pushes to any branch should trigger an Action to run
216216that will succeed only when all the expected queries produce the right results.
217217
218218If you are creating a course in another repository,
219- you can copy the [`scripts/test-course-only .sh`](scripts/test-course-only .sh)
220- and [`scripts/test-course.sh`](scripts/test-course.sh) files
219+ you can copy the [`scripts/test-course-actual .sh`](scripts/test-course-actual .sh)
220+ and [`scripts/test-course-latest .sh`](scripts/test-course-latest .sh) files
221221into that repository,
222222and add a similar workflow file to the one mentioned above.
223223
You can’t perform that action at this time.
0 commit comments