Skip to content

Commit

Permalink
better logic
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 7, 2024
1 parent 12a9d3f commit db30122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-and-login/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ runs:
node-version: 20

- name: Install packages
if: inputs.install-packages == 'true'
# we install in the build script anyway so skip if build-and-run-server
if: inputs.install-packages == 'true' && inputs.build-and-run-server != 'true'
shell: bash
run: |
npm i --prefix=app/server
Expand Down

0 comments on commit db30122

Please sign in to comment.