2626 uses : actions/setup-node@v4
2727 with :
2828 node-version : 20.x
29- cache : ' yarn'
29+ cache : " yarn"
3030
3131 - name : Install dependencies
3232 run : yarn --frozen-lockfile --network-concurrency 1
5353 uses : actions/setup-node@v4
5454 with :
5555 node-version : 20.x
56- cache : ' yarn'
56+ cache : " yarn"
5757
5858 - name : Install dependencies
5959 run : yarn --frozen-lockfile --network-concurrency 1
@@ -64,48 +64,48 @@ jobs:
6464 - name : Run tests
6565 run : yarn test:integration
6666
67- medusa-tests :
68- name : Medusa Test
69- runs-on : ubuntu-latest
70- container : ghcr.io/trailofbits/eth-security-toolbox/ci:nightly-20241223
67+ # medusa-tests:
68+ # name: Medusa Test
69+ # runs-on: ubuntu-latest
70+ # container: ghcr.io/trailofbits/eth-security-toolbox/ci:nightly-20241223
7171
72- steps :
73- - name : Checkout repository
74- uses : actions/checkout@v4
75- with :
76- submodules : recursive
72+ # steps:
73+ # - name: Checkout repository
74+ # uses: actions/checkout@v4
75+ # with:
76+ # submodules: recursive
7777
78- - name : Install dependencies
79- run : yarn --frozen-lockfile --network-concurrency 1
78+ # - name: Install dependencies
79+ # run: yarn --frozen-lockfile --network-concurrency 1
8080
81- - name : Run Medusa
82- run : medusa fuzz --test-limit 200000
81+ # - name: Run Medusa
82+ # run: medusa fuzz --test-limit 200000
8383
84- halmos-tests :
85- name : Run symbolic execution tests
86- runs-on : ubuntu-latest
87- steps :
88- - uses : actions/checkout@v4
84+ # halmos-tests:
85+ # name: Run symbolic execution tests
86+ # runs-on: ubuntu-latest
87+ # steps:
88+ # - uses: actions/checkout@v4
8989
90- - name : Install Foundry
91- uses : foundry-rs/foundry-toolchain@v1
92- with :
93- version : stable
90+ # - name: Install Foundry
91+ # uses: foundry-rs/foundry-toolchain@v1
92+ # with:
93+ # version: stable
9494
95- - name : Use Node.js
96- uses : actions/setup-node@v4
97- with :
98- node-version : 20.x
99- cache : ' yarn'
95+ # - name: Use Node.js
96+ # uses: actions/setup-node@v4
97+ # with:
98+ # node-version: 20.x
99+ # cache: 'yarn'
100100
101- - name : Install dependencies
102- run : yarn --frozen-lockfile --network-concurrency 1
101+ # - name: Install dependencies
102+ # run: yarn --frozen-lockfile --network-concurrency 1
103103
104- - name : Precompile
105- run : yarn build
104+ # - name: Precompile
105+ # run: yarn build
106106
107- - name : Run tests
108- run : yarn test:integration
107+ # - name: Run tests
108+ # run: yarn test:integration
109109
110110 lint :
111111 name : Static Analysis
@@ -127,7 +127,7 @@ jobs:
127127 uses : actions/setup-node@v4
128128 with :
129129 node-version : 20.x
130- cache : ' yarn'
130+ cache : " yarn"
131131
132132 - name : Install dependencies
133133 run : yarn --frozen-lockfile --network-concurrency 1
@@ -138,4 +138,4 @@ jobs:
138138 - name : Install and run Bulloak
139139 uses : smol-ninja/bulloak-toolchain@v1
140140 with :
141- test-dir : ' test/unit'
141+ test-dir : " test/unit"
0 commit comments