Skip to content

Update test.yml - don't run remote tests for now #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -136,4 +137,4 @@ jobs:
- name: Destroy Heroku app after test
if: always()
run: |
heroku apps:destroy --app $APP_NAME --confirm $APP_NAME
heroku apps:destroy --app $APP_NAME --confirm $APP_NAME