Skip to content

Commit 05e1aa2

Browse files
Fix step name
1 parent 37c819f commit 05e1aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/bundlers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
run: npm install
4141
- name: Bundle code
4242
run: npm run test:prepare ${{ matrix.bundler }}
43-
- name: Run Tests on Browsers
43+
- name: Run Tests on bundler
4444
run: npm run test:bundlers ${{ matrix.bundler }}

0 commit comments

Comments
 (0)