Skip to content

Commit

Permalink
try checkout repo to run buil job
Browse files Browse the repository at this point in the history
  • Loading branch information
KORFITZ1DEV committed Nov 17, 2023
1 parent 5136c1c commit f8bc21d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ 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

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Build if test pass
run: |
echo "Building project"
Expand Down

0 comments on commit f8bc21d

Please sign in to comment.