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: