Skip to content

Commit

Permalink
Added workflow metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hen-hel committed Aug 4, 2024
1 parent 8253808 commit fea9eb1
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
- run: bundle install
- run: bundle exec rake
- uses: actions/upload-artifact@v4
with:
name: firmware
path: bin/*
name: Generate firmware
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Build images:
runs-on: debian-12
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
- run: bundle install
- run: bundle exec rake
- uses: actions/upload-artifact@v4
with:
name: firmware
path: bin/*

0 comments on commit fea9eb1

Please sign in to comment.