Skip to content

Commit bce69cb

Browse files
authored
Merge pull request freeCodeCamp#2481 from freeCodeCamp/heroku-install
GitHub Actions: install Heroku CLI
2 parents a6bea2d + ac2c582 commit bce69cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1919
- name: Run tests
2020
run: bundle exec rake
21+
- name: Install Heroku CLI
22+
run: |
23+
curl https://cli-assets.heroku.com/install.sh | sh
2124
- name: Deploy to Heroku
2225
uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15
2326
with:

0 commit comments

Comments
 (0)