Update main.yml

This commit is contained in:
Dennis Eichhorn 2019-12-30 14:36:53 +01:00 committed by GitHub
parent 85b331f51b
commit 5b67057ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,13 @@ jobs:
ref: develop
repository: Orange-Management/Build
path: Build
- name: Checkout Resource Repository
uses: actions/checkout@master
with:
fetch-depth: 1
ref: master
repository: Orange-Management/Resources
path: Resources
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master
with: