Skip to content

Commit

Permalink
Fix typo in component test CD job for real
Browse files Browse the repository at this point in the history
  • Loading branch information
portovep committed Feb 13, 2024
1 parent 645984b commit ac79ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac79ffd

Please sign in to comment.