Compare commits

..

1 Commits

Author SHA1 Message Date
Arindy
ad751e6c72 initializes testing
All checks were successful
CI / deploy (push) Successful in 4m44s
CI / deploy (pull_request) Successful in 6m28s
2024-10-23 00:35:54 +02:00

View File

@ -32,7 +32,9 @@ jobs:
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"