Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Aug 28, 2023
1 parent f0a6660 commit e8e2454
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/actions/after-checkout-prep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ runs:
postgres_image_tag: 12-alpine
postgres_user: houdini_user
postgres_password: password
- name: "Install packages"
- name: "Install NPM packages"
uses: "./.github/actions/install-packages"
if: ${{ inputs.install-node }}
with:
node: ${{ inputs.node }}
install-node: ${{ inputs.install-node }}
- name: "Install Ruby packages"
uses: "./.github/actions/install-packages"
if: ${{ inputs.install-ruby }}
with:
ruby: ${{ inputs.ruby }}
install-ruby: ${{ inputs.install-ruby }}


0 comments on commit e8e2454

Please sign in to comment.