fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 23:13:41 +00:00
parent 23ef687d74
commit 8b2db464b8

View File

@ -171,14 +171,14 @@ jobs:
ref: develop ref: develop
repository: Karaka-Management/Build repository: Karaka-Management/Build
path: Build path: Build
- name: Checkout phpOMS Repository - name: Checkout Karaka Repository
uses: actions/checkout@main uses: actions/checkout@main
with: with:
fetch-depth: 1 fetch-depth: 1
ref: develop ref: develop
repository: Karaka-Management/phpOMS repository: Karaka-Management/Karaka
path: phpOMS path: Karaka
token: ${{ secrets.GH_PAT }} submodules: recursive
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
with: with: