Skip to content

Commit 70eb175

Browse files
committed
WIP
1 parent 43a6d0a commit 70eb175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
# Pending that, fetch more than 1000 commits.
2929
run: |
3030
git clone --depth=3000 -b main https://github.com/flutter/flutter ~/flutter
31+
echo 'hello world'
32+
git --git-dir ~/flutter/.git diff
3133
git --git-dir ~/flutter/.git checkout ee089d09b21ec3ccc20d179c5be100d2a9d9f866
3234
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
3335
echo ~/flutter/bin >> "$GITHUB_PATH"

0 commit comments

Comments
 (0)