Skip to content

Commit

Permalink
Debug CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Jan 13, 2025
1 parent 967ad9e commit 419280f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# slug: iExecBlockchainComputing/PoCo
- name: Run static analysis with Slither
uses: crytic/[email protected]
with:
Expand Down

0 comments on commit 419280f

Please sign in to comment.