From e8ae730b5e7e8163b58815335d644c43802068b0 Mon Sep 17 00:00:00 2001 From: Marin Date: Thu, 29 Jul 2021 08:59:46 +0200 Subject: [PATCH] revert ci fix --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d79c4..6e2f558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,10 @@ jobs: - run: yarn --prefer-offline --frozen-lockfile - run: yarn run build - run: yarn run check - # enable post chainsafe release - # - uses: ipfs/aegir/actions/bundle-size@master - # name: Check bundle size - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} + - uses: ipfs/aegir/actions/bundle-size@master + name: Check bundle size + with: + github_token: ${{ secrets.GITHUB_TOKEN }} test-node: name: Test Nodejs