mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
parent
517c7fe5ca
commit
fda5be690d
2 changed files with 7 additions and 1 deletions
6
.github/workflows/CIBuild.yml
vendored
6
.github/workflows/CIBuild.yml
vendored
|
|
@ -32,3 +32,9 @@ jobs:
|
|||
- name: Tests
|
||||
run: |
|
||||
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: NuGet Packages
|
||||
path: artifacts/NuGet/Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue