Skip to content

Commit

Permalink
One more test
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Sep 27, 2024
1 parent c7dd74a commit 09dffa8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet-sdk-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to NuGet
name: Test pack and Publish to NuGet

on: push
# release:
Expand Down Expand Up @@ -26,7 +26,9 @@ jobs:
run: dotnet build --configuration Release

- name: Insert Token to tests file by secret API key
run: sed -i 's/private string testToken = "";/private string testToken = "${{ secrets.PERMIT_API_KEY }}";/' ./tests/PermitTests/PermitClientTests.cs
run: |
sed -i 's/private string testToken = "";/private string testToken = "${{ secrets.PERMIT_API_KEY }}";/' ./tests/PermitTests/PermitClientTests.cs
cat ./tests/PermitTests/PermitClientTests.cs
- name: Install Docker
uses: docker-practice/actions-setup-docker@master
Expand Down

0 comments on commit 09dffa8

Please sign in to comment.