Skip to content

Commit

Permalink
Added an option.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Aug 7, 2023
1 parent 9be202e commit 4d35718
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-all-warehouses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
type: string
required: false
description: dbt's version to test with
generate-data:
type: boolean
required: false
default: false
description: Whether to generate new data

jobs:
test:
Expand All @@ -37,4 +42,5 @@ jobs:
elementary-ref: ${{ inputs.elementary-ref }}
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref }}
dbt-version: ${{ inputs.dbt-version }}
generate-data: ${{ inputs.generate-data }}
secrets: inherit

0 comments on commit 4d35718

Please sign in to comment.