mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-07 02:18:09 +00:00
simplify build
This commit is contained in:
@@ -5,7 +5,7 @@ You probably don't care about this section - skip to the next one.
|
||||
## before next release
|
||||
|
||||
* test github actions locally on linux
|
||||
* fix github actions per sasha tip
|
||||
* DONE fix github actions per sasha tip
|
||||
* @havealoha comments about odd sleep behavior
|
||||
* fix heltec battery scaling
|
||||
* DONE sendtext busted in portduino, due to bytetime calculations
|
||||
|
||||
6
docs/software/running-github-actions.md
Normal file
6
docs/software/running-github-actions.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Running github actions locally
|
||||
|
||||
If you'd like to run the **same** integration tests we run on github but on your own machine, you can do the following.
|
||||
|
||||
1. Install homebrew per https://brew.sh/
|
||||
2. Install https://github.com/nektos/act with "brew install act"
|
||||
Reference in New Issue
Block a user