Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
giauphan committed Mar 28, 2024
1 parent a31342a commit 4c569cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

- name: Generate key
run: php artisan key:generate
- name: Update Composer dependencies
run: composer update ${{ matrix.composer-flags }} --no-interaction --no-progress --prefer-dist --ansi

Expand All @@ -32,6 +35,5 @@ jobs:


- name: Run PHPUnit tests
run: |
php artisan key:generate
run:
./vendor/bin/phpunit --color=always
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vue": "^3.4.0"
},
"dependencies": {
"eslint-config-prettier": "^9.1.0"
"prettier": "^3.2.5"
}
}

0 comments on commit 4c569cf

Please sign in to comment.