Skip to content

Commit

Permalink
Update module_controller_unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lylingzhen authored Mar 5, 2024
1 parent 335ff0e commit 47ba53a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/module_controller_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,18 @@ on:
push:
branches:
- main
paths:
- 'module-controller/**'

pull_request:
branches:
- main
paths:
- 'module-controller/**'

# enable manually running the workflow
workflow_dispatch:

env:
CGO_ENABLED: 0
GOOS: linux
WORK_DIR: module-controller

defaults:
run:
working-directory: module-controller
WORK_DIR: .

jobs:
unit-test:
Expand Down

0 comments on commit 47ba53a

Please sign in to comment.