Skip to content

Commit

Permalink
Change test_cached env to test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Jan 4, 2024
1 parent 97bd55b commit a076854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
symfony: [ "^5.4", "^6.4" ]
name: "Continuous Integration (PHP ${{ matrix.php }} / Symfony ${{ matrix.symfony }})"
env:
APP_ENV: test_cached
APP_ENV: test
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit a076854

Please sign in to comment.