diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db5296a..7ca2003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,17 +4,17 @@ on: [push] jobs: build: - Name: Build + - name: Build runs-on: windows-latest steps: - name: Checkout - - uses: actions/checkout@v1 + uses: actions/checkout@v1 - name: Build run: dotnet build test: - Name: Test + - name: Test needs: build runs-on: windows-latest