Compare commits
1 Commits
31c2047f79
...
c9c4398451
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c9c4398451 |
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on: [ push ]
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@ -29,6 +29,7 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
min-coverage-overall: 40
|
min-coverage-overall: 40
|
||||||
min-coverage-changed-files: 60
|
min-coverage-changed-files: 60
|
||||||
|
title: ${{ env.REPO }} Coverage
|
||||||
|
|
||||||
- name: Build Container
|
- name: Build Container
|
||||||
run: docker build -f src/main/docker/Dockerfile.native-micro -t ${{ env.REPO }} .
|
run: docker build -f src/main/docker/Dockerfile.native-micro -t ${{ env.REPO }} .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user