Fix: reset before ci testing
Some checks failed
Some checks failed
This commit is contained in:
2
Makefile
2
Makefile
@@ -47,7 +47,7 @@ postgres:
|
||||
$(COMPOSE) exec postgres psql \
|
||||
postgres://go2025:go2025@postgres:5432/go2025?sslmode=disable
|
||||
|
||||
test-ci: docker-quiet test docker-clean
|
||||
test-ci: docker-quiet reset test docker-clean
|
||||
|
||||
docker-quiet: docker-build-native
|
||||
$(COMPOSE) up -d \
|
||||
|
||||
@@ -60,6 +60,7 @@ func Test_03_PutImageAliases(t *testing.T) {
|
||||
|
||||
for _, alias := range aliases {
|
||||
if alias.Name == "testalias2" {
|
||||
t.Logf("%+v", resp)
|
||||
t.Fatal("alias should be deleted")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user