Clean up for github actions
This commit is contained in:
parent
078e862c47
commit
daa21c19aa
1 changed files with 1 additions and 7 deletions
8
.github/workflows/phpunit.yml
vendored
8
.github/workflows/phpunit.yml
vendored
|
|
@ -125,12 +125,7 @@ jobs:
|
|||
- name: Migrate Database
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
cat .env
|
||||
|
|
@ -140,5 +135,4 @@ jobs:
|
|||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||
PHP_CS_FIXER_IGNORE_ENV: true
|
||||
CI_NODE_TOTAL: ${{ matrix.ci_node_total }}
|
||||
# Use the index from matrix as an environment variable
|
||||
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
|
||||
Loading…
Add table
Reference in a new issue