removed OOM killer step (not allowed on GitHub actions)

This commit is contained in:
Martin Evans 2023-10-25 18:05:04 +01:00
parent a769ab3a40
commit b72b253549
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ jobs:
run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore
- name: Test - name: Test
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed" --diag:logs/log.txt run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed" --diag:logs/log.txt
- name: OOM Killer Log
if: runner.os == 'Linux'
run: dmesg -T | egrep -i 'killed process' > logs/dmesg.log
- name: Upload artifacts - name: Upload artifacts
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3