From dbcb131da93722b8982420ad5505377faee4bd8b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 7 Jun 2022 23:21:47 +0200 Subject: [PATCH] Deactivate build job --- .github/workflows/ci.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de045e3..99606a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,14 @@ jobs: node-version: '16' - run: npm install - run: npm run lint - build: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: '16' - - run: npm install - - run: npm run build + # Fix and re-activate after https://github.com/cosmos/cosmos-multisig-ui/pull/61 + # build: + # runs-on: ubuntu-20.04 + # steps: + # - uses: actions/checkout@v2 + # - name: Setup Node.js + # uses: actions/setup-node@v2 + # with: + # node-version: '16' + # - run: npm install + # - run: npm run build