Skip to content

Commit

Permalink
Tweak ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhlad committed Aug 26, 2024
1 parent 3ebd71f commit 0f536c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,9 @@ jobs:
run: |
composer install --no-scripts
- name: Install NPM dependencies
run: |
npm ci
- name: Prepare Laravel Application
run: |
cp .env.ci .env
php artisan key:generate
- name: Run Testsuite
run: vendor/bin/phpunit tests/

0 comments on commit 0f536c4

Please sign in to comment.