From 4b4797733a108c62862f8265870fe64fb63d8dad Mon Sep 17 00:00:00 2001 From: Teo Gebhard Date: Thu, 16 Jan 2025 18:03:51 +0200 Subject: [PATCH] separate steps --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c7d731b4..bfc379f2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,8 +33,10 @@ jobs: run: npm ci --no-audit - name: Install linux x64 specific package run: npm i @nomicfoundation/solidity-analyzer-linux-x64-gnu solidity-comments-linux-x64-gnu - - name: Build and lint - run: npm run build && npm run lint + - name: Build + run: npm run build + - name: Lint + run: npm run lint - name: Unit tests run: npm run test fastchain-docker-image: