mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-16 08:45:44 +00:00
add more comments and docs
This commit is contained in:
parent
10ed4392a6
commit
c3509cc095
5 changed files with 24 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue