We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b939b + 2e9095c commit af31f45Copy full SHA for af31f45
.github/workflows/test.yml
@@ -42,6 +42,7 @@ jobs:
42
# 2 - Deploy this PR to a temp Heroku app and run tests against deployed app (in addition to 'local')
43
###########################################################################
44
remote:
45
+ if: false # These e2d depployment tests are super useful, but require you to add a HEROKU_API_KEY to your repo's actions secrets.
46
runs-on: ubuntu-latest
47
env:
48
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
@@ -136,4 +137,4 @@ jobs:
136
137
- name: Destroy Heroku app after test
138
if: always()
139
run: |
- heroku apps:destroy --app $APP_NAME --confirm $APP_NAME
140
+ heroku apps:destroy --app $APP_NAME --confirm $APP_NAME
0 commit comments