Skip to content

Commit 2a4024a

Browse files
committed
🌪 ci: finxing path to composer file.
1 parent f632379 commit 2a4024a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
1717

1818
- name: Install Dependencies
19-
run: composer install
19+
run: backend/composer install
2020

2121
- name: Run Unit Tests
22-
run: composer test
22+
run: backend/composer test

0 commit comments

Comments
 (0)