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 132390b commit 8fe02d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/reusable-build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build ${{ github.event.inputs.project }} for ${{ github.event.inputs.platform }}
run: |
cd firmware
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-project-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
test-string-replacement:
runs-on: ubuntu-latest
steps:

- name: Checkout repository
uses: actions/checkout@v4

- name: Build project
uses: ./github-actions/reusable-build-project
with:
Expand Down

0 comments on commit 8fe02d1

Please sign in to comment.