Skip to content

Commit caf1f3f

Browse files
committed
fix: change .github workflow to reflect cwd
1 parent 73ec0e9 commit caf1f3f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ jobs:
1919

2020
- name: Install front-end dependencies
2121
run: |
22-
cd middleware
2322
npm install
2423
npm run build
2524
2625
- name: Install composer dependencies
2726
run: |
28-
cd middleware
2927
composer update
3028
composer install
3129
- name: Prepare Laravel Application
3230
run: |
33-
cd middleware
3431
cp .env.testing .env
3532
php artisan migrate:fresh --env=testing
3633

0 commit comments

Comments
 (0)