Skip to content

Commit

Permalink
Add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Mar 27, 2024
1 parent a35d4c6 commit 1941740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
run: dotnet build --configuration ${{ matrix.configuration }}
- name: Test Garnet
run: dotnet test -f ${{ matrix.framework }} --logger "console;verbosity=detailed" --logger trx --results-directory "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}"
- name: DEBUG - dir
- name: DEBUG - dir "GarnetTestResults-${{ matrix.os }}-${{ matrix.framework }}-${{ matrix.configuration }}"
run: dir
- name: DEBUG - Memory
run: systeminfo | find "Available Physical Memory"
if: runner.os == 'Windows'

- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1941740

Please sign in to comment.