Skip to content

Commit f6ef5f2

Browse files
authored
vendor/bin/phpunit
1 parent 6e752f8 commit f6ef5f2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
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:
@@ -53,10 +53,8 @@ jobs:
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

0 commit comments

Comments
 (0)