Bump requests-mock from 1.11.0 to 1.12.1 in the minor-updates group #75
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: 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 |