Skip to content

Commit 129552a

Browse files
authored
Print progress messages so i know what spec is failing
1 parent c71dd23 commit 129552a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-specs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
# `--format=%as` because we want the date not to depend on the
5252
# committer's timezone. We use UTC to avoid depending on the build
5353
# runner's timezone as well.
54+
echo "==============================================================="
55+
echo "Building $file"
5456
TIMESTAMP="$(git log -1 --format=%at "$file")"
5557
SHORT_DATE="$(date --date=@"$TIMESTAMP" --utc +%F)"
5658
bikeshed -f spec "$file" "${file%Overview.bs}index.html" --md-date="$SHORT_DATE" --md-Text-Macro="BUILTBYGITHUBCI foo"

0 commit comments

Comments
 (0)