|
30 | 30 | deps: [ highest, lowest ] |
31 | 31 | env: |
32 | 32 | DATABASE_URL: 'sqlite:///%kernel.project_dir%/var/data.db' |
| 33 | + USE_DAMA_DOCTRINE_TEST_BUNDLE: 1 |
| 34 | + USE_PHP_84_LAZY_OBJECTS: 1 |
| 35 | + MONGO_URL: '' |
33 | 36 | steps: |
34 | 37 | - name: Checkout code |
35 | 38 | uses: actions/checkout@v3 |
@@ -59,25 +62,25 @@ jobs: |
59 | 62 | SYMFONY_REQUIRE: ${{ matrix.symfony }} |
60 | 63 |
|
61 | 64 | - name: "Main test suite: reset DB at scenario level, with Dama support" |
62 | | - run: vendor/bin/behat |
| 65 | + run: vendor/bin/behat --colors -vvv |
63 | 66 |
|
64 | 67 | - name: "Main test suite: reset DB at scenario level, without Dama support" |
65 | | - run: vendor/bin/behat --profile=main-no-dama |
| 68 | + run: vendor/bin/behat --colors -vvv --profile=main-no-dama |
66 | 69 |
|
67 | 70 | - name: "Main test suite: reset DB at scenario level, with native Dama extension" |
68 | | - run: vendor/bin/behat --profile=main-native-dama --tags='~@skip-with-native-dama' |
| 71 | + run: vendor/bin/behat --colors -vvv --profile=main-native-dama --tags='~@skip-with-native-dama' |
69 | 72 |
|
70 | 73 | - name: Manual reset DB |
71 | | - run: vendor/bin/behat --profile=reset-manual |
| 74 | + run: vendor/bin/behat --colors -vvv --profile=reset-manual |
72 | 75 |
|
73 | 76 | - name: Manual reset DB and Dama support |
74 | | - run: vendor/bin/behat --profile=reset-manual-dama |
| 77 | + run: vendor/bin/behat --colors -vvv --profile=reset-manual-dama |
75 | 78 |
|
76 | 79 | - name: Reset DB at feature level |
77 | | - run: vendor/bin/behat --profile=reset-feature |
| 80 | + run: vendor/bin/behat --colors -vvv --profile=reset-feature |
78 | 81 |
|
79 | 82 | - name: Reset DB at feature level with Dama support |
80 | | - run: vendor/bin/behat --profile=reset-feature-dama |
| 83 | + run: vendor/bin/behat --colors -vvv --profile=reset-feature-dama |
81 | 84 |
|
82 | 85 | - name: Reset DB disabled |
83 | | - run: vendor/bin/behat --profile=reset-disabled |
| 86 | + run: vendor/bin/behat --colors -vvv --profile=reset-disabled |
0 commit comments