11
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-04-28 06:14:25 +00:00

chore: Update docker compose command (#567)

This commit is contained in:
Dave Sewell 2024-12-06 12:47:10 -05:00 committed by GitHub
parent 33b70ff01a
commit c46b8b8822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 314 additions and 311 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 -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