Skip to content

Commit

Permalink
Merge pull request #219 from OctopusDeploy/cat/tiny-fix-to-run-build-…
Browse files Browse the repository at this point in the history
…message

Remove new line char from 'test' action distribution check message
  • Loading branch information
caitlynstocker authored Aug 16, 2024
2 parents ad1d8e2 + c088c28 commit 20423f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Compare the expected and actual dist/ directories
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes in transpiled javascript after build. Please run `npm run build` locally and commit the changes. See status below:"
echo "Detected uncommitted changes in transpiled javascript after build. Please run 'npm run build' locally and commit the changes. See status below:"
git diff
exit 1
fi
Expand Down

0 comments on commit 20423f0

Please sign in to comment.