Skip to content

Commit

Permalink
Update unit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 authored Dec 23, 2019
1 parent b1f89c5 commit b041f06
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,9 @@ jobs:
DB_DATABASE: db
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5
steps:
- uses: actions/checkout@v1
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v1
- uses: MilesChou/composer-action@master
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
restore-keys: |
${{ runner.os }}-composer-
- run: composer install --no-progress --no-suggest --prefer-dist
args: install

- name: Install dependencies and SQL
run: |
Expand Down

0 comments on commit b041f06

Please sign in to comment.