Skip to content

Commit c9d9b14

Browse files
committed
fix(ci): 👷 adding log to watchos pipeline
1 parent 39e005e commit c9d9b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-watchos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
head -n 1 | \
2828
awk -F '[()]' '{print $2}')
2929
echo "WATCH_SIMULATOR_ID=$WATCH_SIMULATOR_ID" >> $GITHUB_ENV
30+
echo "Using watchOS simulator: $WATCH_SIMULATOR_ID"
3031
- name: Build watchOS framework
3132
run: |
3233
set -o pipefail && \

0 commit comments

Comments
 (0)