Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SBurwash committed Mar 7, 2024
1 parent 5cc6420 commit 93ab60f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci_validate_meltano_install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Validate Meltano Install
on:
pull_request:
types:
- opened
- reopened
- synchronize

jobs:
setup-meltano:
name: Validate meltano configurations
runs-on: ubuntu-latest
timeout-minutes: 20


steps:
- uses: actions/checkout@v4
- run: pip install meltano boto3
- name: Install dependencies
run: meltano install --clean
- name: Validate meltano install
run: meltano schedule list

0 comments on commit 93ab60f

Please sign in to comment.