Skip to content

Commit

Permalink
Create reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Dec 2, 2024
1 parent 628ad52 commit de55fc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-project-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build project
uses: ./.github/workflows/reusable-build-project.yml
- uses: ./.github/workflows/reusable-build-project.yml
with:
project: Demo/Blink
platform: cli

0 comments on commit de55fc0

Please sign in to comment.