diff --git a/.github/workflows/petclinic.yaml b/.github/workflows/petclinic.yaml index b0290f4e9..85f21096c 100644 --- a/.github/workflows/petclinic.yaml +++ b/.github/workflows/petclinic.yaml @@ -4,4 +4,7 @@ jobs: Build-Petclinic: runs-on: ubuntu-latest steps: - - run: echo "Hello Github Actions" \ No newline at end of file + - name: Check out repo code + uses: actions/checkout@v2 + - run: echo "Hello Github Actions" + - run: find \ No newline at end of file