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,
197
197
from the course directory,
198
198
run either of these scripts :
199
199
200
- * [`scripts/test-course-actual.sh`](scripts/test-course-only .sh):
200
+ * [`scripts/test-course-actual.sh`](scripts/test-course-actual .sh):
201
201
which will download and use the specific version of `codeql-learninglab-check`
202
202
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):
204
204
Which will also build the `codeql-learninglab-check` image locally,
205
205
and tag it with the expected base image of the course,
206
206
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
216
216
that will succeed only when all the expected queries produce the right results.
217
217
218
218
If 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
221
221
into that repository,
222
222
and add a similar workflow file to the one mentioned above.
223
223
You can’t perform that action at this time.
0 commit comments