Skip to content

Commit 95a7dd4

Browse files
committed
Comment temprarily
1 parent 5757475 commit 95a7dd4

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
@@ -42,13 +42,13 @@ jobs:
4242
- name: Install dependencies
4343
run: npm ci
4444

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

5353
- name: Deploy contracts
5454
env:

0 commit comments

Comments
 (0)