Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Aug 29, 2024
1 parent 073b15f commit 8cb26cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: components/schema-migrator/go.mod
cache-dependency-path: components/schema-migrator/go.sum
- name: Run tests
run: make -C components/schema-migrator release
1 change: 0 additions & 1 deletion components/schema-migrator/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ trap cleanup EXIT
echo -e "${GREEN}Create network${NC}"
docker network create --driver bridge ${NETWORK}

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

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

0 comments on commit 8cb26cb

Please sign in to comment.