Skip to content

Commit

Permalink
only testlogs get saved from these tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent d62f8bd commit 4615873
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.user.name }}
path: |
'buildout/testlogs'
'buildout/CXX_*/**'
path: 'buildout/testlogs/*'

integration:
name: '${{ matrix.integration.name }} integration tests on ${{ matrix.os }}'
Expand Down Expand Up @@ -96,9 +94,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: |
'buildout/testlogs'
'buildout/${{ matrix.integration.dir }}_*/**'
path: 'buildout/testlogs/*'

language:
name: '${{ matrix.lang.name }} unit tests on ${{ matrix.os }}'
Expand Down Expand Up @@ -133,9 +129,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: |
'buildout/testlogs'
'buildout/${{ matrix.lang.dir }}_*/**'
path: 'buildout/testlogs/*'

homebrew_packaging:
name: 'Homebrew packaging unit tests'
Expand All @@ -152,9 +146,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: |
'buildout/testlogs'
'buildout/HOMEBREW_PACKAGING*/**'
path: 'buildout/testlogs/*'

source_packaging:
name: 'Source packaging unit tests'
Expand All @@ -173,6 +165,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: |
'buildout/testlogs'
'buildout/SOURCE_PACKAGING*/**'
path: 'buildout/testlogs/*'

0 comments on commit 4615873

Please sign in to comment.