Skip to content

Commit 5ea2380

Browse files
committed
build: ci workflow
1 parent 80e9f26 commit 5ea2380

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main, master]
6+
pull_request:
7+
branches: [main, master]
8+
workflow_dispatch:
9+
10+
jobs:
11+
common:
12+
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
13+
secrets: inherit
14+
with:
15+
python-version: 3.12
16+
postgres-major-version: 13
17+
extra-commands: |
18+
echo 'SECRET_KEY=topsecret123' >> .env

0 commit comments

Comments
 (0)