Skip to content

Commit b6b0d87

Browse files
committed
update action file
1 parent fd68103 commit b6b0d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Staging Smoke Test
1+
name: Letcode WDIO Regression
22

33
on:
44
# schedule:
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Run WDIO Test
7878
if: always()
79-
run: npm run regression
79+
run: npm run ciregression
8080

8181
# - name: "Import results to Xray"
8282
# if: always()

0 commit comments

Comments
 (0)