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 eb3670e commit a4a2463
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 @@ -21,6 +21,10 @@ jobs:
# - name: Restore dependencies
# working-directory: ./src/permit
# run: dotnet restore

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

- name: Insert Token to tests file by secret API key
run: |
Expand All @@ -41,10 +45,6 @@ jobs:
working-directory: ./tests/PermitTests
run: |
dotnet test
- name: Build project
working-directory: ./src/permit
run: dotnet build
# - name: Update VersionPrefix in .csproj
# run: |
Expand Down

0 comments on commit a4a2463

Please sign in to comment.