Skip to content

Commit

Permalink
Move npm i step
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Mar 8, 2024
1 parent ddf15bd commit 880fcc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ jobs:
registry-url: "https://npm.fluence.dev"
cache: "npm"

- name: Run npm i
run: npm i

- name: Run npm i in gateway
working-directory: gateway
run: npm i

- name: Set js-client version
if: inputs.js-client-version != 'null'
uses: fluencelabs/github-actions/npm-set-dependency@main
Expand All @@ -128,6 +121,13 @@ jobs:
version: "${{ inputs.js-client-version }}"
working-directory: gateway

- name: Run npm i
run: npm i

- name: Run npm i in gateway
working-directory: gateway
run: npm i

- name: Run npm run build
run: npm run build

Expand Down

0 comments on commit 880fcc0

Please sign in to comment.