Skip to content

Commit a01aadc

Browse files
author
Dmitriy
committed
ci(workflows): remove unnecessary -- separator for Bun command
1 parent 91e9d5c commit a01aadc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/creevey-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
working-directory: ${{ matrix.fixture }}
118118
env:
119119
STORYBOOK_URL: http://localhost:6006
120-
run: bun run creevey -- test
120+
run: bun run creevey test
121121

122122
- name: Upload test results
123123
if: always()

0 commit comments

Comments
 (0)