Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Sep 27, 2024
1 parent a295c0d commit cde4dbc
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 @@ -15,15 +15,15 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '8.0.402'

- name: Restore dependencies
working-directory: ./src/permit
run: dotnet restore

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

- name: Insert Token to tests file by secret API key
run: |
Expand Down

0 comments on commit cde4dbc

Please sign in to comment.