simplify build

This commit is contained in:
Kevin Hester
2021-04-01 14:05:27 +08:00
parent 6a872b6ac2
commit 8a20155214
4 changed files with 9 additions and 3 deletions

View 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"