Skip to content

Commit

Permalink
videos api enabled in the microservices build
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Oct 7, 2024
1 parent 1cc58ef commit 91a6f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: dotnet publish OneShelf.Sources/OneShelf.Sources.Self.Api/OneShelf.Sources.Self.Api.csproj --no-restore
- name: Publish 11
run: dotnet publish OneShelf.OneDragon/OneShelf.OneDragon.Runner.Functions/OneShelf.OneDragon.Runner.Functions.csproj --no-restore
# - name: Publish 12
# run: dotnet publish OneShelf.Videos/OneShelf.Videos.Telegram.Functions/OneShelf.Videos.Telegram.Functions.csproj --no-restore
- name: Publish 12
run: dotnet publish OneShelf.Videos/OneShelf.Videos.Api/OneShelf.Videos.Api.csproj --no-restore

# - uses: actions/upload-artifact@v4
# with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- run: Compress-Archive -Path OneShelf.Collectives/OneShelf.Collectives.Api/bin/Release/net8.0/publish/* -Destination OneShelf.Collectives.Api.zip
- run: Compress-Archive -Path OneShelf.Sources/OneShelf.Sources.Self.Api/bin/Release/net8.0/publish/* -Destination OneShelf.Sources.Self.Api.zip
- run: Compress-Archive -Path OneShelf.OneDragon/OneShelf.OneDragon.Runner.Functions/bin/Release/net8.0/publish/* -Destination OneShelf.OneDragon.Runner.Functions.zip
# - run: Compress-Archive -Path OneShelf.Videos/OneShelf.Videos.Telegram.Functions/bin/Release/net8.0/publish/* -Destination OneShelf.Videos.Telegram.Functions.zip
- run: Compress-Archive -Path OneShelf.Videos/OneShelf.Videos.Api/bin/Release/net8.0/publish/* -Destination OneShelf.Videos.Api.zip

# - name: Test
# run: dotnet test --no-build --verbosity normal
Expand Down

0 comments on commit 91a6f95

Please sign in to comment.