Skip to content

Commit

Permalink
Add test execution step to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BL-Drew committed Dec 20, 2024
1 parent 5524a6a commit ec309f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Restore Dependencies
run: dotnet restore src/StoryblokSharp/StoryblokSharp.csproj --source https://api.nuget.org/v3/index.json

# Run tests
- name: Run Tests
run: dotnet test tests/StoryblokSharptTests/StoryblokSharptTests.csproj --configuration Release --no-restore

# Build the .NET Project
- name: Build .NET Project
run: dotnet build src/StoryblokSharp/StoryblokSharp.csproj --configuration Release
Expand Down

0 comments on commit ec309f9

Please sign in to comment.