Skip to content

Commit

Permalink
Updated tests to use remote branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhileshNS committed Feb 4, 2021
1 parent 0bf13b7 commit 2b2cf43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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/

0 comments on commit 2b2cf43

Please sign in to comment.