Skip to content

Commit

Permalink
ci: control artifact quota
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 10, 2025
1 parent e28aff9 commit e0b937d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 45

strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest]
Expand Down Expand Up @@ -84,7 +84,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: input-${{ runner.os }}-py${{ matrix.python-version }}
path: ${{ github.workspace }}/pytest
path: ${{ github.workspace }}/pytest/test*mini2*
retention-days: 1

- uses: ./.github/workflows/composite-pkg
if: runner.os == 'Linux'
Expand All @@ -106,7 +107,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exe-${{ runner.os }}-py${{ matrix.python-version }}
path: ${{ github.workspace }}/pytest-exe
path: ${{ github.workspace }}/pytest-exe/test*mini2*
retention-days: 1


# codecov coverage
Expand Down

0 comments on commit e0b937d

Please sign in to comment.