Commit a4b0140
committed
ci: fix 'Verify that the project is built'
The output of that step, if something goes wrong, claims that `dist/` is
not up to date, but the build product is in `lib/`.
Also, `git status -s` shows not only differences in the tracked files,
but also untracked files (which should not exist at that stage). Let's
avoid puzzling contributors when there are untracked files by logging
the output of `git status -s`.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 6adc5f7 commit a4b0140
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
0 commit comments