From 47ba53a02766cc12ee3179028eae7cd260123b74 Mon Sep 17 00:00:00 2001 From: lylingzhen <101314559+lylingzhen@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:25:43 +0800 Subject: [PATCH] Update module_controller_unit_test.yml --- .github/workflows/module_controller_unit_test.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/module_controller_unit_test.yml b/.github/workflows/module_controller_unit_test.yml index 0748539..0ad5324 100644 --- a/.github/workflows/module_controller_unit_test.yml +++ b/.github/workflows/module_controller_unit_test.yml @@ -5,14 +5,10 @@ on: push: branches: - main - paths: - - 'module-controller/**' pull_request: branches: - main - paths: - - 'module-controller/**' # enable manually running the workflow workflow_dispatch: @@ -20,11 +16,7 @@ on: env: CGO_ENABLED: 0 GOOS: linux - WORK_DIR: module-controller - -defaults: - run: - working-directory: module-controller + WORK_DIR: . jobs: unit-test: