Skip to content

Commit 6c3bc7d

Browse files
authored
-tools 2024-04-30-A Test for doc_gen_only tools update (#6379)
Test for doc_gen_only tools method
1 parent c45fb3b commit 6c3bc7d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/validate-doc-metadata.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
- name: checkout repo content
1919
uses: actions/checkout@v4
2020
- name: validate metadata
21-
uses: awsdocs/aws-doc-sdk-examples-tools@2024-04-19-A
21+
uses: awsdocs/aws-doc-sdk-examples-tools@2024-04-30-A
22+
with:
23+
doc_gen_only: "False"

cpp/example_code/cloudtrail/tests/cloudtrail_gtests.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
#include "cloudtrail_gtests.h"
75
#include <fstream>

cpp/example_code/cloudtrail/tests/test_main.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
#include "gtest/gtest.h"
75

0 commit comments

Comments
 (0)