Skip to content

Commit

Permalink
-tools 2024-04-30-A Test for doc_gen_only tools update (#6379)
Browse files Browse the repository at this point in the history
Test for doc_gen_only tools method
  • Loading branch information
DavidSouther authored Apr 30, 2024
1 parent c45fb3b commit 6c3bc7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/validate-doc-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4
- name: validate metadata
uses: awsdocs/aws-doc-sdk-examples-tools@2024-04-19-A
uses: awsdocs/aws-doc-sdk-examples-tools@2024-04-30-A
with:
doc_gen_only: "False"
6 changes: 2 additions & 4 deletions cpp/example_code/cloudtrail/tests/cloudtrail_gtests.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

#include "cloudtrail_gtests.h"
#include <fstream>
Expand Down
6 changes: 2 additions & 4 deletions cpp/example_code/cloudtrail/tests/test_main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

#include "gtest/gtest.h"

Expand Down

0 comments on commit 6c3bc7d

Please sign in to comment.