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