Skip to content

Commit

Permalink
Merge pull request #186 from SaintAngeLs/dev
Browse files Browse the repository at this point in the history
(#185) Release deployment -- merge into main
  • Loading branch information
SaintAngeLs committed May 26, 2024
2 parents 513d128 + bf37e4d commit 2c8acc3
Show file tree
Hide file tree
Showing 602 changed files with 19,259 additions and 1,488 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/build_microservices.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: .NET MiniSpace Microservice build & integration

on: [push, pull_request]
on:
push:
branches:
- '*'
pull_request:

jobs:
build-and-test:
Expand All @@ -12,12 +16,22 @@ jobs:
- project: 'MiniSpace.APIGateway/src/MiniSpace.APIGateway'
- project: 'MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api'
test_dir: 'MiniSpace.Services.Identity/tests'
- project: 'MiniSpace.Services.Posts/src/MiniSpace.Services.Posts.Api'
test_dir: 'MiniSpace.Services.Posts/tests'
- project: 'MiniSpace.Services.Comments/src/MiniSpace.Services.Comments.Api'
test_dir: 'MiniSpace.Services.Comments/tests'
- project: 'MiniSpace.Services.Organizations/src/MiniSpace.Services.Organizations.Api'
test_dir: 'MiniSpace.Services.Organizations/tests'
- project: 'MiniSpace.Services.Posts/src/MiniSpace.Services.Posts.Api'
test_dir: 'MiniSpace.Services.Posts/tests'
- project: 'MiniSpace.Web/src/MiniSpace.Web'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup .NET 8.0.x
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'

Expand Down Expand Up @@ -45,5 +59,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: '**/coverage.cobertura.xml'
slug: SaintAngeLs/p_software_engineering_2

slug: SaintAngeLs/distributed_minispace
commit: ${{ github.event.pull_request.base.sha }}
# fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .github/workflows/cloud_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Cloud
on:
push:
branches:
- main # dev for the test purposes here
- main
pull_request:
branches:
- main
Expand Down
Loading

0 comments on commit 2c8acc3

Please sign in to comment.