From ac79ffd7ed9a1bd8f52fdf6affd3ea4d45612aab Mon Sep 17 00:00:00 2001 From: Pablo Date: Tue, 13 Feb 2024 23:55:02 +0100 Subject: [PATCH] Fix typo in component test CD job for real --- .github/workflows/cd-pipeline.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 6e9ac31..adcc797 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -25,7 +25,7 @@ jobs: dbt test --target test --select tag:unit-test - name: Run component tests run: | - dbt test --target test --select tag:component + dbt test --target test --select tag:component-test deploy-test: name: Deploy to test needs: [test] diff --git a/README.md b/README.md index 2cb4e01..2616e8d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ dbt test --select tag:unit-test Component tests ``` -dbt test --select tag:component +dbt test --select tag:component-test ``` Contract tests