mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-26 00:13:16 +03:00
b9f4d16071
* fix secrets in json format * fix actionlint * add more comments and docs * revert build.yml test * add test for json * fix selector * fix e2e test * fix e2e test 2 * remove test * remove isNaN check * update changelog
4 lines
120 B
Makefile
4 lines
120 B
Makefile
.PHONY: local-test
|
|
local-test:
|
|
docker compose down; docker-compose up -d vault && act workflow_dispatch -j local-test
|