Skip to content

Commit

Permalink
ci: Use a prerelease of Meltano to test the mapper (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 11, 2024
1 parent 2debfc2 commit 6bb6434
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
meltano==3.3.2
meltano==3.4.0a1
5 changes: 5 additions & 0 deletions .github/workflows/meltano-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
pull_request: {}
push:
branches: [main]
schedule:
# Daily at 12:00 PM UTC
- cron: '0 12 * * *'
workflow_dispatch:

jobs:
meltano-run:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 1
default_environment: dev
send_anonymous_usage_stats: false
project_id: 33080f0b-2d0f-4fba-b7f1-727bbf080f91
cli:
log_level: debug

plugins:
extractors:
Expand Down

0 comments on commit 6bb6434

Please sign in to comment.