Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Oct 2, 2024
1 parent 4f0f55b commit 7ac1940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
PDP_DEBUG: true
run: docker run -d -p 7766:7000 permitio/pdp-v2:latest

- name: Run Tests
working-directory: ./tests/PermitTests
run: dotnet test --filter FullyQualifiedName~PermitSDK.Tests.ClientTest.TestPermitClientEnforcer

- name: Build project
working-directory: ./src/permit
run: dotnet build --configuration Release

- name: Run Tests
working-directory: ./tests/PermitTests
run: dotnet test --no-build

# - name: Update VersionPrefix in .csproj
# run: |
# sed -i 's/<VersionPrefix>.*<\/VersionPrefix>/<VersionPrefix>${{ github.event.release.tag_name }}<\/VersionPrefix>/g' ./src/permit/PermitSDK.csproj
Expand Down

0 comments on commit 7ac1940

Please sign in to comment.