From daa21c19aaee0611918606785d00654ce320d3ab Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 22 Jan 2023 14:10:57 +1100 Subject: [PATCH] Clean up for github actions --- .github/workflows/phpunit.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1837451eead7..1847b94d1404 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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 }} \ No newline at end of file