diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 916f0a7..e40b0d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,7 @@ jobs: appdir: "tests/test-1" healthcheck: "https://akhileshns-hd-test-1.herokuapp.com/" env_file: ".env" + remote_branch: master env: HD_CHECK: "true" - run: npm run test-action https://akhileshns-hd-test-1.herokuapp.com/ @@ -47,6 +48,7 @@ jobs: buildpack: "https://github.com/heroku/heroku-buildpack-static.git" healthcheck: "https://akhileshns-hd-test-2.herokuapp.com/" delay: 5 + remote_branch: master - run: npm run test-action https://akhileshns-hd-test-2.herokuapp.com/ deploy-test-3: @@ -68,6 +70,7 @@ jobs: appdir: "tests/test-3" usedocker: true healthcheck: "https://akhileshns-hd-test-3.herokuapp.com/" + remote_branch: master - run: npm run test-action https://akhileshns-hd-test-3.herokuapp.com/ deploy-test-4: @@ -90,4 +93,5 @@ jobs: healthcheck: "https://akhileshns-hd-test-4.herokuapp.com/health" checkstring: "ok" procfile: "web: gunicorn index:app" + remote_branch: master - run: npm run test-action https://akhileshns-hd-test-4.herokuapp.com/