Skip to content

Commit 419280f

Browse files
committed
Debug CI issue
1 parent 967ad9e commit 419280f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222
cache: 'npm' # Cache dependencies
2323
- name: Install dependencies
2424
run: npm ci
25-
- name: Build
26-
run: npm run build
27-
- name: Check storage layout
28-
run: npm run test-storage-layout
29-
- name: Run deployment
30-
# Basic deployment to make sure everything is ok.
31-
# Could be removed in the future if not relevant.
32-
run: npm run deploy
33-
- name: Run coverage
34-
run: npm run coverage
35-
- name: Upload coverage reports to Codecov
36-
uses: codecov/[email protected]
37-
with:
38-
token: ${{ secrets.CODECOV_TOKEN }}
39-
slug: iExecBlockchainComputing/PoCo
25+
# - name: Build
26+
# run: npm run build
27+
# - name: Check storage layout
28+
# run: npm run test-storage-layout
29+
# - name: Run deployment
30+
# # Basic deployment to make sure everything is ok.
31+
# # Could be removed in the future if not relevant.
32+
# run: npm run deploy
33+
# - name: Run coverage
34+
# run: npm run coverage
35+
# - name: Upload coverage reports to Codecov
36+
# uses: codecov/[email protected]
37+
# with:
38+
# token: ${{ secrets.CODECOV_TOKEN }}
39+
# slug: iExecBlockchainComputing/PoCo
4040
- name: Run static analysis with Slither
4141
uses: crytic/[email protected]
4242
with:

0 commit comments

Comments
 (0)