Skip to content

Commit af31f45

Browse files
Merge pull request #26 from heroku/skip-remote-tests
Update test.yml - don't run remote tests for now
2 parents 92b939b + 2e9095c commit af31f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# 2 - Deploy this PR to a temp Heroku app and run tests against deployed app (in addition to 'local')
4343
###########################################################################
4444
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.
4546
runs-on: ubuntu-latest
4647
env:
4748
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
@@ -136,4 +137,4 @@ jobs:
136137
- name: Destroy Heroku app after test
137138
if: always()
138139
run: |
139-
heroku apps:destroy --app $APP_NAME --confirm $APP_NAME
140+
heroku apps:destroy --app $APP_NAME --confirm $APP_NAME

0 commit comments

Comments
 (0)