Skip to content

Commit 2209a6b

Browse files
committed
Comment temprarily
1 parent 40c7b7f commit 2209a6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy-smart-contracts.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
- name: Install dependencies
3939
run: npm ci
4040

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
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
4848

4949
- name: Deploy contracts
5050
env:

0 commit comments

Comments
 (0)