We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe476b commit 831158fCopy full SHA for 831158f
1 file changed
.github/workflows/ci.yml
@@ -196,15 +196,6 @@ jobs:
196
with:
197
node-version: 'v22.15.0'
198
199
- - name: Cache node_modules
200
- uses: actions/cache@v3
201
- env:
202
- cache-name: cache-node-modules
203
- with:
204
- path: ~/.npm
205
- key: ${{ runner.os }}-test-integration-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
206
- restore-keys: ${{ runner.os }}-test-integration-${{ env.cache-name }}-
207
-
208
- name: Set ADDRESS_FILE
209
run: echo "ADDRESS_FILE=${HOME}/.ocean/ocean-contracts/artifacts/address.json" >> $GITHUB_ENV
210
0 commit comments