Skip to content

Commit

Permalink
try finding path error in build
Browse files Browse the repository at this point in the history
  • Loading branch information
KORFITZ1DEV committed Nov 17, 2023
1 parent 643bdd8 commit 5136c1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,6 +55,7 @@ jobs:
docker_deploy_image:
runs-on: ubuntu-latest
needs: build
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 5136c1c

Please sign in to comment.