From c09022eec25315e6b09bd0ced1472cf5700cb67f Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Tue, 10 Sep 2024 23:53:19 +0300 Subject: [PATCH] Make the command visible in styles unit test --- .github/workflows/styles.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index 4990bcf4..2b51c5fa 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -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)