From f0df3a9e751ce688230aaaf2929a9e662d5519dc Mon Sep 17 00:00:00 2001 From: caiotavaresdito Date: Tue, 26 Oct 2021 22:31:15 -0400 Subject: [PATCH] Added tests env and examples --- .github/workflows/linting.yml | 2 +- .../workflows/tests-environment.yml | 0 tests-examples.yml => .github/workflows/tests-examples.yml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests-environment.yml => .github/workflows/tests-environment.yml (100%) rename tests-examples.yml => .github/workflows/tests-examples.yml (100%) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d7e0b9b72..ec2a843fe 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -56,4 +56,4 @@ jobs: - name: Check documentation id: documentation run: | - python3 tools/check_documentation.py cloud-operations/ data-solutions/ data-solutions/data-platform-foundations/ factories/ factories/firewall-vpc-rules/ foundations/ modules/ networking/ \ No newline at end of file + python3 tools/check_documentation.py cloud-operations/ data-solutions/ data-solutions/data-platform-foundations/ factories/ factories/firewall-vpc-rules/ foundations/ modules/ networking/ diff --git a/tests-environment.yml b/.github/workflows/tests-environment.yml similarity index 100% rename from tests-environment.yml rename to .github/workflows/tests-environment.yml diff --git a/tests-examples.yml b/.github/workflows/tests-examples.yml similarity index 100% rename from tests-examples.yml rename to .github/workflows/tests-examples.yml