Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4f02c3c

Browse files
committed
Don't use undefined CSV in template config (to pass CI)
1 parent 4eb3cc7 commit 4f02c3c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

courses/template/image/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"locationPaths": "https://github.com/<org>/<repo>/blob/<sha>{path}#L{line-start}-L{line-end}",
44
"expectedResults": {
55
"step-01.ql": "step-01.csv",
6-
"step-02.ql": false
6+
"step-02.ql": "step-01.csv"
77
}
88
}

courses/template/image/config/step-02.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)