File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 # Allow manual triggering
99 pull_request :
1010 paths :
11- - ' internal /lambdalabs/**'
11+ - ' v1/providers /lambdalabs/**'
1212 - ' internal/validation/**'
13- - ' pkg/ v1/**'
13+ - ' v1/**'
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 v1/providers /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+ v1/providers /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+ - ' v1/providers /shadeform/**'
1212 - ' internal/validation/**'
13- - ' pkg/ v1/**'
13+ - ' v1/**'
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 v1/providers /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+ v1/providers /shadeform/coverage.out
You can’t perform that action at this time.
0 commit comments