add more comments and docs

This commit is contained in:
JM Faircloth 2023-06-20 11:14:41 -05:00
parent 10ed4392a6
commit c3509cc095
5 changed files with 24 additions and 23 deletions

View file

@ -1,3 +1,3 @@
.PHONY: local-test
local-test:
docker compose down && docker-compose up -d vault && act workflow_dispatch -j local-test
docker compose down; docker-compose up -d vault && act workflow_dispatch -j local-test