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 5757475 commit 95a7dd4Copy full SHA for 95a7dd4
.github/workflows/deploy-smart-contracts.yml
@@ -42,13 +42,13 @@ jobs:
42
- name: Install dependencies
43
run: npm ci
44
45
- - name: Run fork tests
46
- run: |
47
- if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
48
- npm run test:arbitrumSepolia
49
- elif [ "${{ inputs.network }}" == "avalancheFujiTestnet" ]; then
50
- npm run test:fuji
51
- 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
52
53
- name: Deploy contracts
54
env:
0 commit comments