Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Aug 12, 2024
1 parent d3ab8dd commit d2d81e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, redis, igbinary, msgpack, lzf, zstd, lz4, memcached, gmp, :php-psr

- name: Install Project Dependencies
run: composer install -q --no-interaction --no-progress

- name: Copy Environment File
run: cp .env.example .env

- name: Generate Application Key
run: php artisan key:generate

- name: Install Project Dependencies
run: composer install -q --no-interaction --no-progress

- name: Run Tests
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit d2d81e7

Please sign in to comment.