Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #112 from IvanJosipovic/dev #patch
Browse files Browse the repository at this point in the history
bug fix for new tests
  • Loading branch information
IvanJosipovic authored Apr 23, 2020
2 parents 7b894b6 + d843a9f commit 42f8ac4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
working-directory: src/BlazorTable
run: dotnet pack -c Release -p:Version=${{ steps.version.outputs.new_tag }}

- name: Set Test Address
run: |
Set-Content -Path "src/BlazorTable.Tests/BrowserTestsAddress.config" -Value "https://blazortable.netlify.app";
shell: pwsh

- name: Dotnet Test
run: dotnet test --configuration Release

Expand Down

0 comments on commit 42f8ac4

Please sign in to comment.