1
0
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:
Mateusz Kwasniewski 2025-02-03 16:45:25 +01:00 committed by GitHub
parent c86ea091b7
commit f9e0c27bf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}