diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0aeb84660..0827bfcb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: build.yml + - uses: actions/checkout@v4 + name: My First step + - uses: ./.github/workflows/build.yml + name: Call build pipeline to build Java app \ No newline at end of file