Skip to content

Commit

Permalink
chore: remove all dynamic contract jobs in CI (#3081)
Browse files Browse the repository at this point in the history
Co-authored-by: higherordertech <higherordertech>
  • Loading branch information
higherordertech authored Sep 25, 2024
1 parent 413de97 commit 508323b
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/cancel-action@0.5
Expand Down Expand Up @@ -657,26 +649,6 @@ jobs:
if: failure()
uses: andymckay/cancel-action@0.5

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/cancel-action@0.5

parachain-unit-test:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 508323b

Please sign in to comment.