Skip to content

Commit

Permalink
Make the command visible in styles unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 10, 2024
1 parent e4ba9ca commit c09022e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
wget https://raw.githubusercontent.com/digitoimistodude/air-light/master/package.json
npm install
# Make the command visible
echo "Running npx gulp devstyles..."
npx gulp devstyles
# Capture the output
output=$(npx gulp devstyles 2>&1)
Expand Down

0 comments on commit c09022e

Please sign in to comment.