-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove all dynamic contract jobs in CI (#3081)
Co-authored-by: higherordertech <higherordertech>
- Loading branch information
1 parent
413de97
commit 508323b
Showing
1 changed file
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,14 +209,6 @@ jobs: | |
working-directory: ./tee-worker/identity/ts-tests | ||
run: pnpm run check-format | ||
|
||
- name: Dynamic-contract install npm deps | ||
working-directory: ./tee-worker/identity/litentry/core/assertion-build/src/dynamic | ||
run: pnpm install | ||
|
||
- name: Dynamic-contract check code format | ||
working-directory: ./tee-worker/identity/litentry/core/assertion-build/src/dynamic | ||
run: pnpm run check-format | ||
|
||
- name: Fail early | ||
if: failure() | ||
uses: andymckay/[email protected] | ||
|
@@ -657,26 +649,6 @@ jobs: | |
if: failure() | ||
uses: andymckay/[email protected] | ||
|
||
parachain-dynamic-contract-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Enable corepack and pnpm | ||
run: corepack enable && corepack enable pnpm | ||
|
||
- name: Install npm deps | ||
working-directory: ./tee-worker/identity/litentry/core/assertion-build/src/dynamic | ||
run: pnpm install | ||
|
||
- name: Run all unittests | ||
working-directory: ./tee-worker/identity/litentry/core/assertion-build/src/dynamic | ||
run: pnpm run test | ||
|
||
- name: Fail early | ||
if: failure() | ||
uses: andymckay/[email protected] | ||
|
||
parachain-unit-test: | ||
runs-on: ubuntu-latest | ||
needs: | ||
|
@@ -763,7 +735,6 @@ jobs: | |
- test_name: lit-test-failed-parentchain-extrinsic | ||
- test_name: lit-twitter-identity-test | ||
- test_name: lit-discord-identity-test | ||
- test_name: lit-assertion-contracts-test | ||
name: ${{ matrix.test_name }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|