Skip to content

Commit

Permalink
Run tests within repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky committed Jan 29, 2019
1 parent 782747f commit 41ffece
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
credentials.test.json
staging/*
Empty file added staging/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
##############################################################

_curdir=$(pwd)
cd ..
cd staging/
cookiecutter --no-input "${_curdir}" module_name=module-test
cd ./terraform-google-module-test || exit 1
cp "${_curdir}/credentials.test.json" ./credentials.json
Expand Down

0 comments on commit 41ffece

Please sign in to comment.