mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up for github actions
This commit is contained in:
parent
078e862c47
commit
daa21c19aa
8
.github/workflows/phpunit.yml
vendored
8
.github/workflows/phpunit.yml
vendored
@ -125,12 +125,7 @@ jobs:
|
|||||||
- name: Migrate Database
|
- name: Migrate Database
|
||||||
run: |
|
run: |
|
||||||
php artisan migrate:fresh --seed --force && php artisan db:seed --force
|
php artisan migrate:fresh --seed --force && php artisan db:seed --force
|
||||||
|
|
||||||
# - name: Prepare JS/CSS assets
|
|
||||||
# run: |
|
|
||||||
# npm i
|
|
||||||
# npm run production
|
|
||||||
|
|
||||||
- name: Run Testsuite
|
- name: Run Testsuite
|
||||||
run: |
|
run: |
|
||||||
cat .env
|
cat .env
|
||||||
@ -140,5 +135,4 @@ jobs:
|
|||||||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||||
PHP_CS_FIXER_IGNORE_ENV: true
|
PHP_CS_FIXER_IGNORE_ENV: true
|
||||||
CI_NODE_TOTAL: ${{ matrix.ci_node_total }}
|
CI_NODE_TOTAL: ${{ matrix.ci_node_total }}
|
||||||
# Use the index from matrix as an environment variable
|
|
||||||
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
Loading…
x
Reference in New Issue
Block a user