Skip to content

Commit

Permalink
Merge pull request #23 from FrendsPlatform/issue-13b
Browse files Browse the repository at this point in the history
Update - Fixed workflow
  • Loading branch information
Svenskapojkarna authored Nov 24, 2023
2 parents b6c0ecf + 24cb5aa commit ba3ba71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Update_build_and_test_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
uses: FrendsPlatform/FrendsTasks/.github/workflows/linux_build_main.yml@main
with:
workdir: Frends.MongoDB.Insert
workdir: Frends.MongoDB.Update
prebuild_command: docker-compose -f ./Frends.MongoDB.Update.Tests/Files/docker-compose.yml up -d
secrets:
badge_service_api_key: ${{ secrets.BADGE_SERVICE_API_KEY }}
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace Frends.MongoDB.Update.Tests;
[TestClass]
public class UnitTests
{
/*
Run command 'docker-compose up -d' in \Frends.MongoDB.Update.Tests\Files\
*/
/// <summary>
/// Run command 'docker-compose up -d' in \Frends.MongoDB.Update.Tests\Files\
/// </summary>

private static readonly Connection _connection = new()
{
Expand Down

0 comments on commit ba3ba71

Please sign in to comment.