Configured path to build file

This commit is contained in:
Mdumisi Kelvin Letsie 2024-03-06 11:11:53 +02:00
parent 4723da61f0
commit 2d94490cfb

View file

@ -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