Skip to content

Commit

Permalink
chore: ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Apr 2, 2024
1 parent 7649ebf commit 6f2838b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: dotnet build --no-restore --configuration:Release

- name: Test Core
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
if: ${{ always() && github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
run: |
dotnet test 'tests\Distributed.Collections.Tests\' `
--no-build `
Expand All @@ -53,7 +53,7 @@ jobs:
--results-directory ${{ env.ArtifactDirectory }}
- name: Test Redis
if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
if: ${{ always() && github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }}
run: |
dotnet test 'tests\Distributed.Collections.Redis.Tests\' `
--no-build `
Expand Down

0 comments on commit 6f2838b

Please sign in to comment.