add WIP notes about running github actions locally...

pull/777/head
Kevin Hester 2021-04-01 14:12:02 +08:00
rodzic 8a20155214
commit 9d452ebf29
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -3,4 +3,8 @@
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"
2. Install https://github.com/nektos/act with "brew install act"
3. cd into meshtastic-device and run "act"
4. Select a "medium" sized image
5. Alas - this "act" build **almost** works, but fails because it can't find lib/nanopb/include/pb.h! So someone (you the reader? @geeksville ays hopefully...) needs to fix that before these instructions are complete.
6.