Skip to content

Commit a076854

Browse files
committed
Change test_cached env to test in CI
1 parent 97bd55b commit a076854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
symfony: [ "^5.4", "^6.4" ]
1818
name: "Continuous Integration (PHP ${{ matrix.php }} / Symfony ${{ matrix.symfony }})"
1919
env:
20-
APP_ENV: test_cached
20+
APP_ENV: test
2121
steps:
2222
- name: "Checkout"
2323
uses: actions/checkout@v3

0 commit comments

Comments
 (0)