Compare commits

..

1 Commits

Author SHA1 Message Date
Arindy
31c2047f79 initializes testing
Some checks failed
CI / deploy (push) Has been cancelled
2024-10-23 00:21:34 +02:00

View File

@ -1,5 +1,5 @@
name: CI
on: [ push, pull_request ]
on: [ push ]
jobs:
deploy:
@ -29,7 +29,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
title: ${{ env.REPO }} Coverage
- name: Build Container
run: docker build -f src/main/docker/Dockerfile.native-micro -t ${{ env.REPO }} .