Skip to content

Commit

Permalink
fix ci sample verification
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Jun 30, 2020
1 parent 537319a commit adaba6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-integration/scripts/00-setup.sh
Expand Up @@ -2,6 +2,7 @@

echo "Moving around eslint configs..."
mv .eslintrc.json backup.eslintrc.json
mv .yo-rc.json backup.yo-rc.json

if [ "$GITHUB_ACTIONS" == "true" ]; then
echo "Detected within GitHub actions..."
Expand Down
2 changes: 2 additions & 0 deletions test-integration/scripts/99-cleanup.sh
Expand Up @@ -3,6 +3,8 @@
set -ex

mv backup.eslintrc.json .eslintrc.json
mv backup.yo-rc.json .yo-rc.json

rm -rf ./sample-output/

SCRIPT_FOLDER=`dirname "$0"`
Expand Down

0 comments on commit adaba6c

Please sign in to comment.