Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codingdavinci/relaunch2018
Browse files Browse the repository at this point in the history
  • Loading branch information
flokosiol committed Jan 22, 2021
2 parents d74b809 + e7765c0 commit 716795c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: [ubuntu-latest]

steps:
- uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
run: composer validate

Expand All @@ -27,11 +26,9 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
uses: php-actions/composer@v4
with:
php_version: 7.4
composer_version: 2
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md

# - name: Run test suite
# run: composer run-script test
# run: composer install --prefer-dist --no-progress --no-suggest

0 comments on commit 716795c

Please sign in to comment.