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:
parent
2f948b603b
commit
3b5217f833
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@ -1,10 +1,10 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v2
|
||||
- v5-develop
|
||||
pull_request:
|
||||
branches:
|
||||
- v2
|
||||
- v5-develop
|
||||
|
||||
name: phpunit
|
||||
jobs:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
ref: v2
|
||||
ref: v5-stable
|
||||
|
||||
- name: Copy .env file
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user