diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23f72fc..a40d122 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,17 +2,17 @@ name: main on: [push, pull_request] +env: + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true + DOTNET_NOLOGO: true + DOTNET_CLI_TELEMETRY_OPTOUT: true + jobs: test: runs-on: windows-latest permissions: contents: read - env: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true - steps: - name: Checkout uses: actions/checkout@v3 @@ -48,11 +48,6 @@ jobs: actions: write contents: read - env: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_NOLOGO: true - DOTNET_CLI_TELEMETRY_OPTOUT: true - steps: - name: Checkout uses: actions/checkout@v3