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
|
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:
|
||||||
|
|
Loading…
Reference in New Issue