Kaynağa Gözat

Update dotnetcore.yml

tags/v2.4.1
SmallChi(Koike) 4 yıl önce
committed by GitHub
ebeveyn
işleme
5823def6e9
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. +5
    -5
      .github/workflows/dotnetcore.yml

+ 5
- 5
.github/workflows/dotnetcore.yml Dosyayı Görüntüle

@@ -1,4 +1,4 @@
name: .NET Core
name: .NET Core

on: [push]

@@ -22,10 +22,10 @@ jobs:
- name: dotnet jt808 test
run: dotnet test ./src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
- name: dotnet jt808_jt1078 build
run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JT1078/JT808.Protocol.Extensions.JT1078.Test.csproj
run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JT1078.Test/JT808.Protocol.Extensions.JT1078.Test.csproj
- name: dotnet jt808_jt1078 test
run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JT1078/JT808.Protocol.Extensions.JT1078.Test.csproj
run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JT1078.Test/JT808.Protocol.Extensions.JT1078.Test.csproj
- name: dotnet jt808_jtas build
run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JTActiveSafety/JT808.Protocol.Extensions.JTActiveSafety.Test.csproj
run: dotnet build ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JTActiveSafety.Test/JT808.Protocol.Extensions.JTActiveSafety.Test.csproj
- name: dotnet jt808_jtas test
run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JTActiveSafety/JT808.Protocol.Extensions.JTActiveSafety.Test.csproj
run: dotnet test ./src/JT808.Protocol.Extensions/JT808.Protocol.Extensions.JTActiveSafety.Test/JT808.Protocol.Extensions.JTActiveSafety.Test.csproj

Yükleniyor…
İptal
Kaydet