rerun UI build on the test job

This commit is contained in:
Martin Kiragu
2023-03-02 11:58:09 +03:00
parent 049da351ef
commit 6c2c28fb31
+2
View File
@@ -104,6 +104,8 @@ unit_test:
#dependencies:
# - database
script:
- npm install # Install npm dependencies
- gulp build # Build assets
- composer install
- cp .env.example .env
- php artisan key:generate