Upload full gopy logs (detailed design runs).

This commit is contained in:
Jean-Paul Chaput 2023-08-05 00:00:16 +02:00
parent c3d59ecf0c
commit 16d08d9a5e
1 changed files with 6 additions and 1 deletions

View File

@ -57,4 +57,9 @@ jobs:
cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs
eval `${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/etc/coriolis2/coriolisEnv.py`
../bin/gopy.sh
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: design-set-full-logs
path: ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs/doit-gopy.log
retention-days: 5