mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: heroku reset for tests (#9197)
This commit is contained in:
parent
c86ea091b7
commit
f9e0c27bf1
4
.github/workflows/reset_heroku.yml
vendored
4
.github/workflows/reset_heroku.yml
vendored
@ -14,6 +14,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Heroku CLI
|
||||
run: |
|
||||
curl https://cli-assets.heroku.com/install.sh | sh
|
||||
|
||||
- name: Reset Heroku DB
|
||||
uses: akhileshns/heroku-deploy@v3.13.15
|
||||
with:
|
||||
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user