Skip to content

Commit

Permalink
fix order of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Sep 18, 2024
1 parent d4ccf51 commit 3dcd41c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/review-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,6 @@ jobs:
echo "[Artifact URL]($artifact_url)" >> $GITHUB_STEP_SUMMARY
echo "artifact-url=$artifact_url" >> $GITHUB_OUTPUT
- name: Setup NodeJS
if: ${{ inputs.link_with_jira == true }}
uses: smartcontractkit/chainlink-github-actions/solidity/setup-nodejs@620887a48b07505059239131549cdc3161f396ff
with:
contracts_dir: ${{ inputs.contracts_directory }}

- name: Checkout caller repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand All @@ -407,6 +401,12 @@ jobs:
ref: d4f881b42765927f0b979e9c2a480f9a726441fc
path: ./reusable-workflow

- name: Setup NodeJS
if: ${{ inputs.link_with_jira == true }}
uses: smartcontractkit/chainlink-github-actions/solidity/setup-nodejs@620887a48b07505059239131549cdc3161f396ff
with:
contracts_dir: ${{ inputs.contracts_directory }}

- name: Setup git top level directory
if: ${{ inputs.link_with_jira == true }}
id: find-git-top-level-dir
Expand Down

0 comments on commit 3dcd41c

Please sign in to comment.