Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 8cb26cb

Browse files
committed
Test
1 parent 073b15f commit 8cb26cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
uses: actions/setup-go@v5
2323
with:
2424
go-version-file: components/schema-migrator/go.mod
25+
cache-dependency-path: components/schema-migrator/go.sum
2526
- name: Run tests
2627
run: make -C components/schema-migrator release

components/schema-migrator/validate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ trap cleanup EXIT
3434
echo -e "${GREEN}Create network${NC}"
3535
docker network create --driver bridge ${NETWORK}
3636

37-
#GO111MODULE=on go mod vendor -v
3837
docker build -t ${IMG_NAME} ./
3938

4039
echo -e "${GREEN}Start Postgres in detached mode${NC}"

0 commit comments

Comments
 (0)