Skip to content

Commit

Permalink
Added little words
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa authored Feb 26, 2022
1 parent 32f2028 commit e271f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: windows-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v2
Expand All @@ -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

0 comments on commit e271f2a

Please sign in to comment.