From 27f828759ae336b703bad47f23533b182b047cd7 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Mon, 29 Jan 2024 17:21:23 +0530 Subject: [PATCH] correct the package run --- .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 ad18909fe..b3d895300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,7 +283,7 @@ jobs: -failfast \ -p 1 \ -timeout 10m \ - -run github.com/alcionai/corso/src/pkg/config \ + ./pkg/config \ 2>&1 | tee /tmp/corso-retention-testlog/gotest-ci.log # run the tests