Skip to content

Commit

Permalink
Added test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Mar 28, 2024
1 parent 61df49d commit 5e59772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build Garnet
run: dotnet build --configuration ${{ matrix.configuration }}
- name: Test Garnet
run: dotnet test ${{ matrix.test }} -f ${{ matrix.framework }} --logger "console;verbosity=detailed" --logger trx --results-directory "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}-${{ matrix.test }}"
run: dotnet test test/${{ matrix.test }} -f ${{ matrix.framework }} --logger "console;verbosity=detailed" --logger trx --results-directory "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}-${{ matrix.test }}"
timeout-minutes: 30
- name: DEBUG - List test result files and their sizes
run: dir "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}-${{ matrix.test }}"
Expand Down

0 comments on commit 5e59772

Please sign in to comment.