fix(ci): combined docker + python CI
This commit is contained in:
parent
7394dc2c1c
commit
c7dfca46e0
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -11,14 +11,8 @@ on:
|
|||||||
- ".github/dependabot.yml"
|
- ".github/dependabot.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pythonci:
|
ci:
|
||||||
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
|
uses: luketainton/gha-workflows/.github/workflows/ci-python-with-docker.yml@main
|
||||||
secrets:
|
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
|
||||||
|
|
||||||
dockerci:
|
|
||||||
uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main
|
|
||||||
secrets:
|
secrets:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user