File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 # Allow manual triggering
99 pull_request :
1010 paths :
11- - ' internal/ lambdalabs/**'
11+ - ' lambdalabs/**'
1212 - ' internal/validation/**'
13- - ' pkg/v1/** '
13+ - ' **/*.go '
1414 branches : [ main ]
1515
1616jobs :
4747 TEST_PUBLIC_KEY_BASE64 : ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
4848 VALIDATION_TEST : true
4949 run : |
50- cd internal/ lambdalabs
50+ cd lambdalabs
5151 go test -v -short=false -timeout=30m ./...
5252
5353 - name : Upload test results
5656 with :
5757 name : lambdalabs-validation-results
5858 path : |
59- internal/ lambdalabs/coverage.out
59+ lambdalabs/coverage.out
Original file line number Diff line number Diff line change 88 # Allow manual triggering
99 pull_request :
1010 paths :
11- - ' internal/ shadeform/**'
11+ - ' shadeform/**'
1212 - ' internal/validation/**'
13- - ' pkg/v1/** '
13+ - ' **/*.go '
1414 branches : [ main ]
1515
1616jobs :
4747 TEST_PUBLIC_KEY_BASE64 : ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
4848 VALIDATION_TEST : true
4949 run : |
50- cd internal/ shadeform
50+ cd shadeform
5151 go test -v -short=false -timeout=30m ./...
5252
5353 - name : Upload test results
5656 with :
5757 name : shadeform-validation-results
5858 path : |
59- internal/ shadeform/coverage.out
59+ shadeform/coverage.out
You can’t perform that action at this time.
0 commit comments