Skip to content

Commit 4ad0013

Browse files
committed
RUBY-537 Fix codeception path in github workflow
1 parent a5bf0a5 commit 4ad0013

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
@@ -31,4 +31,4 @@ jobs:
3131
if: steps.composer-cache.outputs.cache-hit != 'true'
3232
run: composer install --no-progress --no-suggest
3333
- name: Run unit tests
34-
run: vendor/bin/codecept run unit
34+
run: bin/codecept run unit

0 commit comments

Comments
 (0)