diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 000000000..f40467c07 --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,8 @@ +version: 0.1 +phases: + pre_build: + commands: + - composer install + build: + commands: + - phpunit tests diff --git a/index.html b/index.html index d971cf9e0..fc5d03285 100644 --- a/index.html +++ b/index.html @@ -27,9 +27,9 @@
For next steps, read the AWS CodePipeline Documentation.
+