From 2b2cf430a1f428bcf8936ba946fe846baa6eba02 Mon Sep 17 00:00:00 2001 From: AkhileshNS Date: Thu, 4 Feb 2021 21:51:45 +0530 Subject: [PATCH] Updated tests to use remote branch 'master' --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) 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/