Skip to content

Commit

Permalink
remove test step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnyjoseph200 committed Jan 23, 2025
1 parent 6e621f2 commit 8b8b057
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ jobs:
run: dotnet format --verify-no-changes --verbosity diagnostic

- name: Build
run: dotnet build --no-restore -c Release --warnAsError

- name: Tests
run: dotnet test --no-build --no-restore -c Release tests/Xes.UnitTests/Xes.Tests.csproj
run: dotnet build --no-restore -c Release --warnAsError

0 comments on commit 8b8b057

Please sign in to comment.