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 eba302a commit c0f1032Copy full SHA for c0f1032
.github/workflows/deploy-smart-contracts.yml
@@ -45,13 +45,14 @@ jobs:
45
- name: Build
46
run: npm run build
47
48
- - name: Run fork tests
49
- run: |
50
- if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
51
- npm run test:arbitrumSepolia
52
- elif [ "${{ inputs.network }}" == "avalancheFujiTestnet" ]; then
53
- npm run test:fuji
54
- fi
+ # TODO activate later.
+ # - name: Run fork tests
+ # run: |
+ # if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
+ # npm run test:arbitrumSepolia
+ # elif [ "${{ inputs.network }}" == "avalancheFujiTestnet" ]; then
+ # npm run test:fuji
55
+ # fi
56
57
- name: Deploy contracts
58
env:
0 commit comments