Skip to content

Commit f9e0c27

Browse files
authored
fix: heroku reset for tests (#9197)
1 parent c86ea09 commit f9e0c27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reset_heroku.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install Heroku CLI
17+
run: |
18+
curl https://cli-assets.heroku.com/install.sh | sh
19+
20+
- name: Reset Heroku DB
1721
uses: akhileshns/[email protected]
1822
with:
1923
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)