File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -514,13 +514,20 @@ jobs:
514
514
run : |-
515
515
set -o pipefail;
516
516
yarn run ft_awssdk_buckets | tee /tmp/artifacts/${{ github.job }}/ft_awssdk_buckets.log
517
- - name : Run cloudserver-routes tests
517
+ - name : Run cloudserver-routes (metadata) tests
518
518
env :
519
519
S3_CONFIG_FILE : ${{ github.workspace }}/.github/docker/config.s3c.json
520
520
S3_LOCATION_FILE : ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
521
521
run : |-
522
522
set -o pipefail;
523
523
yarn run ft_node_routes | tee /tmp/artifacts/${{ github.job }}/ft_node_routes.log
524
+ - name : Run backbeat route tests
525
+ env :
526
+ S3_CONFIG_FILE : ${{ github.workspace }}/.github/docker/config.s3c.json
527
+ S3_LOCATION_FILE : ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
528
+ run : |-
529
+ set -o pipefail;
530
+ yarn run ft_route_backbeat | tee /tmp/artifacts/${{ github.job }}/ft_route_backbeat.log
524
531
- name : Cleanup and upload coverage
525
532
uses : ./.github/actions/cleanup-and-coverage
526
533
with :
You can’t perform that action at this time.
0 commit comments