File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -514,13 +514,20 @@ jobs:
514514 run : |-
515515 set -o pipefail;
516516 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
518518 env :
519519 S3_CONFIG_FILE : ${{ github.workspace }}/.github/docker/config.s3c.json
520520 S3_LOCATION_FILE : ${{ github.workspace }}/tests/locationConfig/locationConfigS3C.json
521521 run : |-
522522 set -o pipefail;
523523 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
524531 - name : Cleanup and upload coverage
525532 uses : ./.github/actions/cleanup-and-coverage
526533 with :
You can’t perform that action at this time.
0 commit comments