From cab419c30e4b3f61457c194ceb6284f07e897682 Mon Sep 17 00:00:00 2001 From: exaby73 Date: Wed, 9 Oct 2024 13:48:02 +0530 Subject: [PATCH] fix: Remove missed composer cache step --- .github/workflows/integration-test-single-server.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-test-single-server.yml b/.github/workflows/integration-test-single-server.yml index 532ae9f1..76fb1bb3 100644 --- a/.github/workflows/integration-test-single-server.yml +++ b/.github/workflows/integration-test-single-server.yml @@ -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