Skip to content

Commit

Permalink
fix: Remove missed composer cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Oct 9, 2024
1 parent 7d321ac commit cab419c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration-test-single-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Cache Composer dependencies
- name: Populate .env
run: |
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" > .env
Expand Down

0 comments on commit cab419c

Please sign in to comment.