Commit 8dab443
committed
ci: fix Docker step — add -f docker/Dockerfile and drop invalid --reporter arg
The docker build step was looking for Dockerfile in repo root but it
lives at docker/Dockerfile. Add -f flag to point at the correct path.
Also remove --reporter compact from docker run; that is a Catch2 flag,
not a ctest flag, and the container ENTRYPOINT is ctest.
Signed-off-by: Matt Jones <matt@jellybaby.com>
Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>1 parent 4fd2d43 commit 8dab443
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments