Added little words

This commit is contained in:
MartinEesmaa 2022-02-26 20:32:15 +11:00 committed by GitHub
parent 32f20288fc
commit e271f2adb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: windows-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
@ -19,7 +19,7 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build VVCEasy
- name: Build VVCEasy (.NET Console Version)
run: dotnet build --no-restore
- name: Test VVCEasy
- name: Test VVCEasy (.NET Console Version)
run: dotnet test --no-build --verbosity normal