File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments