mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02: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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Heroku CLI
|
- 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
|
uses: akhileshns/heroku-deploy@v3.13.15
|
||||||
with:
|
with:
|
||||||
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
|
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user