Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 authored Mar 25, 2020
1 parent 7b5b299 commit a70289e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ name: phpunit
jobs:
phpunit:
runs-on: ubuntu-latest
# container:
# image: kirschbaumdevelopment/laravel-test-runner:7.3

services:
mysql:
Expand All @@ -28,6 +26,7 @@ jobs:

- name: Install composer dependencies
run: |
composer config -g github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
composer install
- name: Prepare Laravel Application
Expand Down

0 comments on commit a70289e

Please sign in to comment.