Skip to content

Commit f0052f9

Browse files
committed
fix test.yml
1 parent 60a3e22 commit f0052f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: Run end2end
6161
run: |
6262
echo "Running in $BROWSER"
63-
npm run testEnd2End:${{ matrix.browser }}
63+
npm run test-e2e:${{ matrix.browser }}

0 commit comments

Comments
 (0)