mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
fix: circuit tests and tsconfigs (#621)
* fix: circuit tests and tsconfigs * fix-ci: downgrade typescript version * fix: yarn.lock * fix: linting in common
This commit is contained in:
9
.github/workflows/circuits.yml
vendored
9
.github/workflows/circuits.yml
vendored
@@ -56,13 +56,8 @@ jobs:
|
||||
run: yarn workspaces focus @selfxyz/circuits
|
||||
|
||||
- name: Run lint
|
||||
working-directory: ./circuits
|
||||
run: yarn lint
|
||||
- name: Build (Circuits + Self dependencies)
|
||||
run: yarn build:deps
|
||||
working-directory: ./circuits
|
||||
run: yarn workspace @selfxyz/circuits lint
|
||||
- name: Run Tests (Circuits)
|
||||
working-directory: ./circuits
|
||||
env:
|
||||
FULL_TEST_SUITE: false
|
||||
run: yarn test
|
||||
run: yarn workspace @selfxyz/circuits test
|
||||
|
||||
Reference in New Issue
Block a user