Disable artifact for installed tree. Too slow and should use cache instead.

This commit is contained in:
Jean-Paul Chaput 2023-08-05 13:12:06 +02:00
parent e6e88849e1
commit 87d09af1ff
1 changed files with 6 additions and 6 deletions

View File

@ -63,12 +63,12 @@ jobs:
cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs
../bin/crlenv.py --verbose ../bin/crlenv.py --verbose
../bin/gopy.sh --github-runner ../bin/gopy.sh --github-runner
- name: Bundle installed tree # - name: Bundle installed tree
uses: actions/upload-artifact@v3 # uses: actions/upload-artifact@v3
with: # with:
name: installed-tree # name: installed-tree
path: ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install # path: ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install
retention-days: 1 # retention-days: 1
- name: Archive test design set logs - name: Archive test design set logs
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: