1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

fixes for phpunit tests

This commit is contained in:
David Bomba 2020-10-15 20:45:41 +11:00
parent 2f948b603b
commit 3b5217f833
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
on:
push:
branches:
- v2
- v5-develop
pull_request:
branches:
- v2
- v5-develop
name: phpunit
jobs:

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
with:
ref: v2
ref: v5-stable
- name: Copy .env file
run: |