test: introduce env variable mocking (#1490)

This commit is contained in:
Tilmann Meyer
2020-08-07 21:13:12 +02:00
committed by GitHub
parent 8b0f589486
commit 88b603be38
87 changed files with 4619 additions and 4688 deletions
-6
View File
@@ -125,12 +125,6 @@ jobs:
profile: minimal
override: true
# Install dotnet at a fixed version
- name: Setup | DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: "2.2.402"
# Install Mercurial (pre-installed on Linux and windows)
- name: Setup | Mercurial (macos)
if: matrix.os == 'macOS-latest'