Skip to content

Commit c09022e

Browse files
Make the command visible in styles unit test
1 parent e4ba9ca commit c09022e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/styles.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
wget https://raw.githubusercontent.com/digitoimistodude/air-light/master/package.json
5656
npm install
5757
58+
# Make the command visible
59+
echo "Running npx gulp devstyles..."
60+
npx gulp devstyles
61+
5862
# Capture the output
5963
output=$(npx gulp devstyles 2>&1)
6064

0 commit comments

Comments
 (0)