Skip to content

Commit 7fdfbc3

Browse files
committed
Update
1 parent d073f49 commit 7fdfbc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_widget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Python
1+
name: Test Widget
22

33
on: [push, pull_request]
44

@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
node-version: 22
2121
- uses: pnpm/action-setup@v4
22-
working-directory: tests-widget
23-
name: Install pnpm
22+
run:
23+
working-directory: tests-widget
2424
with:
2525
run_install: |
2626
- cwd: tests-widget

0 commit comments

Comments
 (0)