From 4881345415a1f9ead878c2c697caf4d36b56cbb5 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Sun, 28 Jan 2024 14:05:16 +0530 Subject: [PATCH] some file for both tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5120c261a..9f2c7fbd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: run: | go test \ -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ - 2>&1 | tee ./testlog/gotest-unit-2.log + 2>&1 | tee ./testlog/gotest-unit.log # run the tests # - name: Unit Tests