Skip to content

Commit

Permalink
fix: change .github workflow to reflect cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
PThorpe92 committed Nov 1, 2023
1 parent 73ec0e9 commit ad6261f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,18 @@ jobs:

- name: Install front-end dependencies
run: |
cd middleware
npm install
npm run build
- name: Install composer dependencies
run: |
cd middleware
composer update
composer install
- name: Prepare Laravel Application
run: |
cd middleware
cp .env.testing .env
php artisan migrate:fresh --env=testing
- name: Run Testsuite
run: |
cd middlware
vendor/bin/pest/

0 comments on commit ad6261f

Please sign in to comment.