diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be91f08..977a77a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: # 2 - Deploy this PR to a temp Heroku app and run tests against deployed app (in addition to 'local') ########################################################################### remote: + if: false # These e2d depployment tests are super useful, but require you to add a HEROKU_API_KEY to your repo's actions secrets. runs-on: ubuntu-latest env: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} @@ -136,4 +137,4 @@ jobs: - name: Destroy Heroku app after test if: always() run: | - heroku apps:destroy --app $APP_NAME --confirm $APP_NAME \ No newline at end of file + heroku apps:destroy --app $APP_NAME --confirm $APP_NAME