@@ -12,8 +12,8 @@ concurrency:
1212 cancel-in-progress : true
1313
1414permissions :
15- contents : read
16- # security-events: write # Required for uploading SARIF files
15+ contents : none
16+ security-events : none # Required for uploading SARIF files
1717
1818jobs :
1919 build-and-test :
@@ -30,21 +30,21 @@ jobs:
3030 run : npm ci
3131 - name : Build
3232 run : npm run build
33- - name : Check storage layout
34- run : npm run check-storage-layout
35- - name : Test deployment
36- run : npm run deploy
37- - name : Test Timelock deployment
38- run : npm run deploy:timelock
39- - name : Run coverage
40- run : npm run coverage
41- - name : Run partial native tests
42- run : npm run test:native
43- - name : Upload coverage reports to Codecov
44- 45- with :
46- token : ${{ secrets.CODECOV_TOKEN }}
47- slug : iExecBlockchainComputing/PoCo
33+ # - name: Check storage layout
34+ # run: npm run check-storage-layout
35+ # - name: Test deployment
36+ # run: npm run deploy
37+ # - name: Test Timelock deployment
38+ # run: npm run deploy:timelock
39+ # - name: Run coverage
40+ # run: npm run coverage
41+ # - name: Run partial native tests
42+ # run: npm run test:native
43+ # - name: Upload coverage reports to Codecov
44+ 45+ # with:
46+ # token: ${{ secrets.CODECOV_TOKEN }}
47+ # slug: iExecBlockchainComputing/PoCo
4848 - name : Run static analysis with Slither
49495050 with :
0 commit comments