Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Jul 24, 2024
1 parent 8bcfe7e commit ce14bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
# TODO We should be able to skip yarn / bootstrap if we cache enough things. Leaving because skipping causes issues.
- name: Install
if: inputs.is-prebuild != 'true' || steps.cache-build-artifacts.outputs.cache-hit != 'true'
run: yarn
run: yarn && echo "${{ inputs.node_version }}"
shell: bash
working-directory: ./amplify-js
- name: Bootstrap
Expand Down

0 comments on commit ce14bb0

Please sign in to comment.