From 00ae134a613f45e5ac8d189ed5e9aa4f9d610328 Mon Sep 17 00:00:00 2001 From: DNickolay Date: Wed, 10 Jan 2024 06:59:29 +0300 Subject: [PATCH] fix test stage --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbae668c9..bdd972457 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Copy .env - run: docker compose exec deploy-php-cli php -r "file_exists('.env') || copy('.env.example', '.env');" + run: cp .env.example .env #update values - uses: actions/checkout@v3 - name: Build the Docker image