From 9d452ebf29a2455d9ab699610d2dcce2344d53f9 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Thu, 1 Apr 2021 14:12:02 +0800 Subject: [PATCH] add WIP notes about running github actions locally... --- docs/software/running-github-actions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/software/running-github-actions.md b/docs/software/running-github-actions.md index 7b810afd2..e0e42d6ef 100644 --- a/docs/software/running-github-actions.md +++ b/docs/software/running-github-actions.md @@ -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" \ No newline at end of file +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. \ No newline at end of file