Skip to content

Commit 1ff8181

Browse files
committed
ci: use common gh ci
Refs: KEH-187
1 parent 755081c commit 1ff8181

2 files changed

Lines changed: 21 additions & 29 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
workflow_dispatch:
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
14+
jobs:
15+
common:
16+
uses: City-of-Helsinki/.github/.github/workflows/ci-python-library.yml@main
17+
secrets:
18+
sonar-token: ${{ secrets.SONAR_TOKEN }}
19+
github-token: ${{ secrets.GITHUB_TOKEN }}
20+
with:
21+
python-matrix: "['3.10', '3.11', '3.12', '3.13', '3.14']"

.github/workflows/test.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)