We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c7b7f commit 2209a6bCopy full SHA for 2209a6b
.github/workflows/deploy-smart-contracts.yml
@@ -38,13 +38,13 @@ jobs:
38
- name: Install dependencies
39
run: npm ci
40
41
- - name: Run fork tests
42
- run: |
43
- if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
44
- npm run test:arbitrumSepolia
45
- elif [ "${{ inputs.network }}" == "avalancheFujiTestnet" ]; then
46
- npm run test:fuji
47
- fi
+ # - name: Run fork tests
+ # run: |
+ # if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
+ # npm run test:arbitrumSepolia
+ # elif [ "${{ inputs.network }}" == "avalancheFujiTestnet" ]; then
+ # npm run test:fuji
+ # fi
48
49
- name: Deploy contracts
50
env:
0 commit comments