Skip to content

Commit

Permalink
Update deps (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFern authored May 5, 2022
1 parent 8af03d0 commit 13f68c1
Show file tree
Hide file tree
Showing 2 changed files with 1,442 additions and 1,116 deletions.
6 changes: 2 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ blocks:
- name: Code Sniffer
commands:
- php vendor/bin/phpcs -n --standard=PSR2 app routes resources
- name: Security Test
commands:
- 'vendor/bin/security-checker security:check composer.lock'
env_vars:
- name: APP_ENV
value: test
Expand All @@ -62,8 +59,9 @@ blocks:
- php vendor/bin/phpunit
- name: Browser Tests
commands:
- php artisan dusk:chrome-driver 87
- 'php artisan dusk:chrome-driver 87'
- php artisan serve --port=8021 &
- 'php artisan dusk:chrome-driver'
- php artisan dusk
env_vars:
- name: APP_ENV
Expand Down
Loading

0 comments on commit 13f68c1

Please sign in to comment.