mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-03 17:40:18 +00:00
parent
57f8a851eb
commit
165e96b702
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
@ -91,12 +91,6 @@ jobs:
|
||||
registry-url: "https://npm.fluence.dev"
|
||||
cache: "pnpm"
|
||||
|
||||
- run: pnpm -r i
|
||||
- run: pnpm -r build
|
||||
|
||||
- name: Lint code
|
||||
run: pnpm lint-check
|
||||
|
||||
- name: Override dependencies
|
||||
uses: fluencelabs/github-actions/pnpm-set-dependency@main
|
||||
with:
|
||||
@ -107,6 +101,11 @@ jobs:
|
||||
}
|
||||
|
||||
- run: pnpm -r --no-frozen-lockfile i
|
||||
- run: pnpm -r build
|
||||
|
||||
- name: Lint code
|
||||
run: pnpm lint-check
|
||||
|
||||
- run: pnpm -r test
|
||||
|
||||
- name: Dump container logs
|
||||
|
@ -8,6 +8,8 @@ build
|
||||
public
|
||||
|
||||
**/CHANGELOG.md
|
||||
# TODO: remove after pnpm-set-deps will add \n symbol at the end of these files
|
||||
**/package.json
|
||||
|
||||
packages/core/js-client-isomorphic/src/versions.ts
|
||||
__snapshots__
|
||||
|
Loading…
Reference in New Issue
Block a user