Skip to content

Commit

Permalink
Add github nuget source to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Apr 17, 2022
1 parent 540df9b commit cc4fa4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
path: build

- name: Test
run: ./build.sh -t test-build
run: |
dotnet nuget add source https://nuget.pkg.github.com/fsbolero/index.json -n "Bolero nightly" -u "${{github.repository_owner}}" -p "${{secrets.GITHUB_TOKEN}}" --store-password-in-clear-text
./build.sh -t test-build
prerelease:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc4fa4c

Please sign in to comment.