Skip to content

Commit d55d01c

Browse files
committed
chore: up
1 parent bedb4f8 commit d55d01c

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/verify.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -67,32 +67,3 @@ jobs:
6767
CI: true
6868
VITE_NODE_TAG: ${{ matrix.tag }}
6969
VITE_RPC_CREDENTIALS: ${{ secrets.VITE_RPC_CREDENTIALS }}
70-
71-
test-deployed:
72-
name: 'Test Runtime (env: ${{ matrix.node-env }}, e2e)'
73-
runs-on: ubuntu-latest
74-
timeout-minutes: 30
75-
strategy:
76-
matrix:
77-
node-env:
78-
- testnet
79-
steps:
80-
- name: Clone repository
81-
uses: actions/checkout@v4
82-
with:
83-
submodules: 'recursive'
84-
token: ${{ secrets.GH_PAT }}
85-
86-
- name: Install dependencies
87-
uses: ./.github/actions/install-dependencies
88-
89-
- name: Run tests
90-
uses: nick-fields/retry@v3
91-
with:
92-
timeout_minutes: 10
93-
max_attempts: 3
94-
command: pnpm test e2e --bail=1
95-
env:
96-
CI: true
97-
VITE_NODE_ENV: ${{ matrix.node-env }}
98-
VITE_RPC_CREDENTIALS: ${{ secrets.VITE_RPC_CREDENTIALS }}

0 commit comments

Comments
 (0)