From e187b52849d42a6f50370b44e964ef9d8d00cbf3 Mon Sep 17 00:00:00 2001 From: neila <40727091+neila@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:55:31 +0900 Subject: [PATCH] remove redundancy --- .github/workflows/_ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/_ci.yml b/.github/workflows/_ci.yml index f1ff330..16f2b94 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -32,15 +32,3 @@ jobs: run: yarn lint - name: format run: yarn prettier:check - - contract-test: - runs-on: ubuntu-latest - needs: [check] - steps: - - uses: actions/checkout@v4 - - uses: actions/cache@v4 - with: - path: '**/node_modules' - key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - - name: integration_test - run: yarn workspace contract test