Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codymullins authored Mar 21, 2024
1 parent 6335d3d commit 91171f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:

- name: Test
run: dotnet test ./src/Pure.Blazor.Components --no-build --verbosity normal

- name: Debug secrets
env:
TEST_SECRET: ${{secrets.PB_COMPONENT_TEST_SECRET}}
run: echo ${#TEST_SECRET}

- name: Publish to NuGet
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 91171f7

Please sign in to comment.