From 733b7ed612e7c32979f05b0aba36b64c416ae172 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 22:57:25 +0000 Subject: [PATCH] chore: update CI file --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2206c3909..dc2dffca6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,7 +80,6 @@ jobs: fail-on-cache-miss: true - name: Load and Start Appwrite - if: steps.load-cache.outputs.cache-hit == 'true' run: | docker load --input /tmp/${{ env.IMAGE }}.tar docker compose up -d @@ -119,7 +118,6 @@ jobs: fail-on-cache-miss: true - name: Load and Start Appwrite - if: steps.load-cache.outputs.cache-hit == 'true' run: | docker load --input /tmp/${{ env.IMAGE }}.tar docker compose up -d