File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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- 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+ 37+ # with:
38+ # token: ${{ secrets.CODECOV_TOKEN }}
39+ # slug: iExecBlockchainComputing/PoCo
4040 - name : Run static analysis with Slither
41414242 with :
You can’t perform that action at this time.
0 commit comments