Skip to content

Commit

Permalink
build: Add installation step for tools and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 27, 2023
1 parent 8a3d55e commit c264a49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Install Tools & Dependencies
uses: ./.github/actions/install

- name: Log in to Docker Hub
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
Expand Down

0 comments on commit c264a49

Please sign in to comment.