Skip to content

Commit

Permalink
💚 Updates action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 2, 2021
1 parent ad3b3a5 commit 4f5e9f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -35,6 +35,8 @@ jobs:
if [[ ${changed_files} -eq 0 ]]; then
echo "No changes detected!"
exit 1
else
echo "Changes detected!"
fi
test-pr-check:
Expand Down Expand Up @@ -69,6 +71,8 @@ jobs:
if [[ ${changed_files} -eq 0 ]]; then
echo "No changes detected!"
exit 1
else
echo "Changes detected!"
fi
test-pr-review:
Expand Down Expand Up @@ -105,4 +109,6 @@ jobs:
if [[ ${changed_files} -eq 0 ]]; then
echo "No changes detected!"
exit 1
else
echo "Changes detected!"
fi

0 comments on commit 4f5e9f6

Please sign in to comment.