File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2323
2424 - run : sudo apt update # PHP CircleCI 2.0 Configuration File# PHP CircleCI 2.0 Configuration File sudo apt install zlib1g-dev libsqlite3-dev
2525 - run : sudo docker-php-ext-install zip
26- - run : sudo apt-get install curl
2726 - run : sudo apt install nodejs
2827 - run : nodejs --version
28+ - run : npm -v
2929
3030 # Download and cache dependencies
3131 # - restore_cache:
5353 - node_modules
5454
5555 # prepare the database
56- - run : touch storage/testing.sqlite
57- - run : php artisan migrate --env=testing --database=sqlite_testing --force
56+ # - run: touch storage/testing.sqlite
57+ # - run: php artisan migrate --env=testing --database=sqlite_testing --force
5858
59- # run tests with phpunit or codecept
60- # - run: ./vendor/bin/phpunit
61- - run : ./vendor/bin/codecept build
62- - run : ./vendor/bin/codecept run
59+ # run tests with phpunit
60+ - run : ./vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments