From 8a9373d5975e85e8a748401206d87f6004fdaabe Mon Sep 17 00:00:00 2001 From: Andy Bayer Roswell <46857536+AndyBRoswell@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:03:45 +0200 Subject: [PATCH] Update ci-pipeline.yml: envchk --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 7230294..b19d2eb 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -53,7 +53,7 @@ jobs: CELL_GITHUB: "https://github.com/QCDIS/NaaVRE-cells-test-3" - name: envchk - run: docker-compose logs envchk + run: cd $DOCKER_FOLDER && docker-compose logs envchk - name: Wait for healthy app uses: raschmitt/wait-for-healthy-container/@v1