Skip to content

Commit

Permalink
Added puppetmaster to workflow CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 24, 2023
1 parent 03f8fe3 commit 69a4b85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/puppet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
- name: Check Ballerina installation
run: bal -v

- name: Ballerina project build
- name: Puppet project build
run: cd puppet && bal build

- name: Puppetmaster project build
run: cd puppetmaster && bal build

0 comments on commit 69a4b85

Please sign in to comment.