mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-25 15:56:33 -06:00
Rename file.
This commit is contained in:
parent
6e6dd60b46
commit
e57251abf4
12
.github/workflows/laravel.yml
vendored
12
.github/workflows/laravel.yml
vendored
@ -22,8 +22,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Copy .env
|
- name: Copy .env
|
||||||
run: test -f .env || cp ci.env .env
|
run: test -f .env || cp .env.ci .env
|
||||||
- name: Prepare Dependencies
|
- name: Prepare dependencies
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
export PATH=$PATH:$HOME/.composer/vendor/bin/
|
export PATH=$PATH:$HOME/.composer/vendor/bin/
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-suggest
|
||||||
|
|
||||||
touch ./storage/database/database.sqlite
|
touch ./storage/database/database.sqlite
|
||||||
- name: Prepare Firefly
|
- name: Prepare Firefly III
|
||||||
run: |
|
run: |
|
||||||
chmod -R 777 storage bootstrap/cache
|
chmod -R 777 storage bootstrap/cache
|
||||||
php artisan migrate --seed
|
php artisan migrate --seed
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Copy .env
|
- name: Copy .env
|
||||||
run: test -f .env || cp ci.env .env
|
run: test -f .env || cp .env.ci .env
|
||||||
- name: Download database
|
- name: Download database
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Copy .env
|
- name: Copy .env
|
||||||
run: test -f .env || cp ci.env .env
|
run: test -f .env || cp .env.ci .env
|
||||||
- name: Download database
|
- name: Download database
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -131,7 +131,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Copy .env
|
- name: Copy .env
|
||||||
run: test -f .env || cp ci.env .env
|
run: test -f .env || cp .env.ci .env
|
||||||
- name: Download database
|
- name: Download database
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user