Disable artifact for installed tree. Too slow and should use cache instead.
This commit is contained in:
parent
e6e88849e1
commit
87d09af1ff
|
@ -63,12 +63,12 @@ jobs:
|
|||
cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs
|
||||
../bin/crlenv.py --verbose
|
||||
../bin/gopy.sh --github-runner
|
||||
- name: Bundle installed tree
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: installed-tree
|
||||
path: ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install
|
||||
retention-days: 1
|
||||
# - name: Bundle installed tree
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: installed-tree
|
||||
# path: ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install
|
||||
# retention-days: 1
|
||||
- name: Archive test design set logs
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue