From 5136c1cf4ada7e547b92a70b19ec3634405db9a2 Mon Sep 17 00:00:00 2001 From: caspermortensen Date: Fri, 17 Nov 2023 10:43:16 +0100 Subject: [PATCH] try finding path error in build --- .github/workflows/ci-cd-pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index 6f262c8..f73d042 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -38,6 +38,12 @@ jobs: python -m unittest || exit 1 #Run all test + - name: List contents of the directory + run: | + ls -R + ls -R server + working-directory: ${{ github.workspace }} + build: needs: test runs-on: ubuntu-latest @@ -49,6 +55,7 @@ jobs: docker_deploy_image: runs-on: ubuntu-latest + needs: build permissions: contents: read packages: write