mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 17:30:54 +00:00
Run normal install then snapshots (#20)
This commit is contained in:
parent
143e915358
commit
bcd8cf6122
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -78,6 +78,8 @@ jobs:
|
||||
registry-url: "https://npm.fluence.dev"
|
||||
cache: "npm"
|
||||
|
||||
- run: npm install
|
||||
|
||||
- name: Set fluence-js version from branch
|
||||
if: inputs.fluence-js-version != ''
|
||||
run: npm i @fluencelabs/fluence@${{ inputs.fluence-js-version }}
|
||||
@ -90,8 +92,6 @@ jobs:
|
||||
if: inputs.aqua-version != ''
|
||||
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 build
|
||||
- run: npm run test
|
||||
|
Loading…
x
Reference in New Issue
Block a user