Skip to content

Commit 5bce6e7

Browse files
jacqueline-57bJacqueline Zhang
authored and
Jacqueline Zhang
committed
Update run-full-regression-test.yml
1 parent e75a631 commit 5bce6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-full-regression-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Run E2E Test in Sepolia
5555
run: |
5656
npm run test:sepolia
57-
continue-on-error: true
5857
5958
- name: Upload Test Report
6059
uses: actions/upload-artifact@v4
6160
with:
6261
name: sdk-sepolia-test-report
6362
path: |
6463
./mochawesome-report
64+
if: always()

0 commit comments

Comments
 (0)