ELE-3463 - source freshness test results elementary_unique_id fix #1971
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test main warehouse platform | |
on: | |
pull_request: | |
branches: ["master"] | |
paths: | |
- elementary/** | |
- pyproject.toml | |
workflow_dispatch: | |
jobs: | |
test: | |
uses: ./.github/workflows/test-warehouse.yml | |
with: | |
warehouse-type: postgres | |
secrets: inherit |