From 3db17451f8d7f959a3eae01a22736445eae3c10c Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 28 May 2024 16:37:25 -0400 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ba07bcb..cdbadf1 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -8,11 +8,12 @@ on: pull_request: branches: [ "main" ] -test: - runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md - env: - DOTNET_INSTALL_DIR: "/opt/hostedtoolcache" - steps: - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '8.x.x' +jobs: + dot-net: + runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md + env: + DOTNET_INSTALL_DIR: "/opt/hostedtoolcache" + steps: + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: '8.x.x'