From 1dc026444fe5915d3c1b452fb5dd9f0efdb3f446 Mon Sep 17 00:00:00 2001 From: PyaePhyoKanto <146707315+PyaePhyoKanto@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:33:27 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62f8b64..4c36d4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,10 +16,10 @@ jobs: POSTGRES_USER: ${{ secrets.POSTGRES_USER }} POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} - # - name: Execute tests in the running services - # run: | - # docker compose exec web pytest - # env: - # POSTGRES_DB: ${{ secrets.POSTGRES_DB }} - # POSTGRES_USER: ${{ secrets.POSTGRES_USER }} - # POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} + - name: Execute tests in the running services + run: | + docker compose exec web pytest + env: + POSTGRES_DB: ${{ secrets.POSTGRES_DB }} + POSTGRES_USER: ${{ secrets.POSTGRES_USER }} + POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}