From 419280fe5418f72470653c5a6f512c8d5a5a7b12 Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:43:20 +0100 Subject: [PATCH] Debug CI issue --- .github/workflows/main.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d756d981..2b20fb17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,21 +22,21 @@ jobs: cache: 'npm' # Cache dependencies - name: Install dependencies run: npm ci - - name: Build - run: npm run build - - name: Check storage layout - run: npm run test-storage-layout - - name: Run deployment - # Basic deployment to make sure everything is ok. - # Could be removed in the future if not relevant. - run: npm run deploy - - name: Run coverage - run: npm run coverage - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: iExecBlockchainComputing/PoCo + # - name: Build + # run: npm run build + # - name: Check storage layout + # run: npm run test-storage-layout + # - name: Run deployment + # # Basic deployment to make sure everything is ok. + # # Could be removed in the future if not relevant. + # run: npm run deploy + # - name: Run coverage + # run: npm run coverage + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v4.0.1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # slug: iExecBlockchainComputing/PoCo - name: Run static analysis with Slither uses: crytic/slither-action@v0.4.0 with: