Run normal install then snapshots (#20)

This commit is contained in:
Anatoly Laskaris 2022-09-13 16:47:30 +03:00 committed by GitHub
parent 143e915358
commit bcd8cf6122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,8 @@ jobs:
registry-url: "https://npm.fluence.dev" registry-url: "https://npm.fluence.dev"
cache: "npm" cache: "npm"
- run: npm install
- name: Set fluence-js version from branch - name: Set fluence-js version from branch
if: inputs.fluence-js-version != '' if: inputs.fluence-js-version != ''
run: npm i @fluencelabs/fluence@${{ inputs.fluence-js-version }} run: npm i @fluencelabs/fluence@${{ inputs.fluence-js-version }}
@ -90,8 +92,6 @@ jobs:
if: inputs.aqua-version != '' if: inputs.aqua-version != ''
run: rm -rf aqua-playground/src/compiled/examples/* run: rm -rf aqua-playground/src/compiled/examples/*
- run: npm install
- run: npm run compile-aqua -- -c "UNIQUE_CONST = 1" -c "ANOTHER_CONST = \"ab\"" - run: npm run compile-aqua -- -c "UNIQUE_CONST = 1" -c "ANOTHER_CONST = \"ab\""
- run: npm run build - run: npm run build
- run: npm run test - run: npm run test