-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "update got dependency and convert to esm module (#533)" This reverts commit 77efb36. * keep new local test file changes * keep changes to PR template * update changelog
- Loading branch information
1 parent
ee41aa2
commit 66531b2
Showing
39 changed files
with
16,503 additions
and
14,394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 -W .github/workflows/local-test.yaml |
Oops, something went wrong.