Compare commits
1 Commits
add-tests
...
31c2047f79
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31c2047f79 |
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -1,5 +1,5 @@
|
||||
name: CI
|
||||
on: [ push, pull_request ]
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -29,12 +29,9 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
min-coverage-overall: 40
|
||||
min-coverage-changed-files: 60
|
||||
title: ${{ env.REPO }} Coverage
|
||||
|
||||
- name: Build Container
|
||||
if: github.ref_name == 'main'
|
||||
run: docker build -f src/main/docker/Dockerfile.native-micro -t ${{ env.REPO }} .
|
||||
|
||||
- name: Deploy
|
||||
if: github.ref_name == 'main'
|
||||
run: "docker compose up -d"
|
||||
|
||||
Reference in New Issue
Block a user