mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-05 04:10:07 +00:00
6 lines
260 B
Markdown
6 lines
260 B
Markdown
|
# 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"
|