Skip to content

Commit

Permalink
Merge pull request #101 from HueByte/98-task-microservices
Browse files Browse the repository at this point in the history
98 task microservices
  • Loading branch information
HueByte authored Mar 13, 2023
2 parents a746df5 + bf8c598 commit e8bd4dd
Show file tree
Hide file tree
Showing 249 changed files with 8,071 additions and 815 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@ name: .NET

on:
push:
branches: [ "master" ]
branches: ["master"]
pull_request:
branches: [ "master" ]
branches: ["master"]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore Huppy/Huppy.sln
- name: Build
run: dotnet build Huppy/Huppy.sln --no-restore
- name: Test
run: dotnet test Huppy/Huppy.sln --no-build --verbosity normal
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Restore dependencies Main
run: dotnet restore src/Main.sln
- name: Restore dependencies Huppy
run: dotnet restore src/Huppy/Huppy.sln
- name: Build
run: dotnet build src/Main.sln --no-restore
- name: Build Huppy
run: dotnet build src/Huppy/Huppy.sln --no-restore
- name: Test
run: dotnet test src/Main.sln --no-build --verbosity normal
17 changes: 0 additions & 17 deletions Huppy/Huppy.Core/Interfaces/IServices/IReminderService.cs

This file was deleted.

19 changes: 0 additions & 19 deletions Huppy/Huppy.Core/Interfaces/IServices/ITicketService.cs

This file was deleted.

70 changes: 0 additions & 70 deletions Huppy/Huppy.Core/Services/GPT/GPTService.cs

This file was deleted.

118 changes: 0 additions & 118 deletions Huppy/Huppy.Core/Services/News/NewsApiService.cs

This file was deleted.

Loading

0 comments on commit e8bd4dd

Please sign in to comment.