mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-09 21:50:05 +00:00
chore: Update docker compose command
This commit is contained in:
parent
33b70ff01a
commit
568bbb544e
3 changed files with 314 additions and 311 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 -W .github/workflows/local-test.yaml
|
||||
docker compose down; docker compose up -d vault && act workflow_dispatch -j local-test -W .github/workflows/local-test.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue