From 031146b0f86357a871d18aa6255a2c60c7f15928 Mon Sep 17 00:00:00 2001 From: Calum Pinder Date: Thu, 30 May 2024 09:07:38 +0100 Subject: [PATCH] ls backend files --- .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 7048cac..d62aa4b 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: EchoTest - run: ls + run: ls ./backend - name: Build test Docker image run: docker build --target test --tag backend:test ./backend - name: Run tests