Skip to content

Commit

Permalink
🧱 Fix Azure Task bundler check
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin authored Dec 20, 2024
1 parent c9aae26 commit 6bdac20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
run: cd vsts && npm run package
- name: Compare the expected and actual QodanaScan/ directories
run: |
if [ "$(git diff --ignore-space-at-eol vsts/QodanaScan/ | wc -l)" -gt
"0" ]; then
if [ "$(git diff --ignore-space-at-eol vsts/QodanaScan/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
git config user.name github-actions
Expand Down

0 comments on commit 6bdac20

Please # to comment.