Skip to content

Commit

Permalink
Add more CI meta
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 29, 2024
1 parent 5382b3b commit 7c7ca9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ on:
workflow_dispatch:
inputs: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
FORCE_COLOR: 1

jobs:
tests:
name: Python ${{ matrix.python-version }} / Postgres ${{ matrix.postgres-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -78,6 +86,7 @@ jobs:
tox -e lint
integration:
name: Meltano integration test
runs-on: ubuntu-latest
services:
postgres:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# docker compose -f docker-compose.yml up -d
version: "2.1"
services:
postgres:
image: docker.io/postgres:${POSTGRES_VERSION:-latest}
Expand Down

0 comments on commit 7c7ca9d

Please sign in to comment.