Skip to content

Commit

Permalink
chore: wip test reusable CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas777 committed Nov 5, 2024
1 parent ca68a0a commit 98725e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
common:
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@reusable_workflow
secrets: inherit
with:
python-version: 3.9
postgres-major-version: 14
use-postgis: true

0 comments on commit 98725e6

Please sign in to comment.