From 508323b9f6ab4d9e0312b8ff32ece2a94ab49169 Mon Sep 17 00:00:00 2001 From: "will.li" <120463031+higherordertech@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:24:19 +1000 Subject: [PATCH] chore: remove all dynamic contract jobs in CI (#3081) Co-authored-by: higherordertech --- .github/workflows/ci.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5925b045b7..0e61b061d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: @@ -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