Skip to content

Commit b5970ea

Browse files
committed
ci: use proper env
1 parent 9fca2f6 commit b5970ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Restore
126126
run: dotnet restore -r ${{ env.ARCH }}
127127
- name: Tets
128-
run: dotnet test -c Release --no-restore --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
128+
run: dotnet test -c ${{env.CONFIGURATION}} --no-restore --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
129129
- name: Fetch tags
130130
run: git fetch --tags --force
131131
- name: Calculate version

0 commit comments

Comments
 (0)