mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Revert "add sdk tests to github workflow"
This reverts commit 359b07fe04.
This commit is contained in:
12
.github/workflows/action.yml
vendored
12
.github/workflows/action.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
- dev
|
||||
- main
|
||||
jobs:
|
||||
run_tests:
|
||||
run_circuit_tests:
|
||||
runs-on: ubuntu-latest
|
||||
environment: development
|
||||
steps:
|
||||
@@ -51,14 +51,6 @@ jobs:
|
||||
working-directory: ./circuits
|
||||
run: yarn lint
|
||||
|
||||
- name: Run circuit tests
|
||||
- name: Run Tests
|
||||
working-directory: ./circuits
|
||||
run: yarn test
|
||||
|
||||
- name: Install SDK dependencies
|
||||
working-directory: ./sdk
|
||||
run: yarn
|
||||
|
||||
- name: Run SDK Tests
|
||||
working-directory: ./sdk
|
||||
run: yarn test
|
||||
Reference in New Issue
Block a user