Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 5, 2024
1 parent 3e830df commit 71c7a53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ jobs:
dotnet-version: '8.x'

- name: Test
run: dotnet test --verbosity normal
run: dotnet test --verbosity minimal
working-directory: NinjaNye.SearchExtensions.Tests

deploy:
needs: [build, test]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'created'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 71c7a53

Please sign in to comment.