Skip to content

Commit db08c3e

Browse files
run backbeat route tests
1 parent d87adb7 commit db08c3e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)