From 67e50e8265f311459233dba56202562de13dc8c5 Mon Sep 17 00:00:00 2001 From: nthnn Date: Sat, 23 Dec 2023 20:29:50 +0800 Subject: [PATCH] Update Puppet Build CI workflow pipeline. --- .github/workflows/puppet-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/puppet-build.yml b/.github/workflows/puppet-build.yml index bcb664e..1e7ebe9 100644 --- a/.github/workflows/puppet-build.yml +++ b/.github/workflows/puppet-build.yml @@ -8,6 +8,8 @@ jobs: - name: Checkout uses: actions/checkout@v1 - - name: Ballerina Build + - name: Install Ballerina uses: ballerina-platform/ballerina-action@master - run: cd puppet && bal build \ No newline at end of file + + - name: Ballerina project build + run: cd puppet && bal build