Skip to content

Bump apache-airflow[amazon,http,postgres,ssh] from 2.10.0 to 2.10.2 #137

Bump apache-airflow[amazon,http,postgres,ssh] from 2.10.0 to 2.10.2

Bump apache-airflow[amazon,http,postgres,ssh] from 2.10.0 to 2.10.2 #137

Workflow file for this run

name: Lint and Test
on: pull_request
jobs:
static-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files
tests:
runs-on: ubuntu-latest
needs: static-checks
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- name: Run tests
# Directory creation step required for testing
env:
SSH_DIRECTORY: /tmp/ssh
run: |
mkdir -p $SSH_DIRECTORY
just build
just test