Skip to content

Commit

Permalink
Fix actions/upload-artifact given a behavior change
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Feb 7, 2024
1 parent 7dc64fe commit 4b37caa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
smalltalk: [ Pharo64-11, Pharo64-12 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
ston: [ .ci.ston ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand All @@ -27,7 +26,7 @@ jobs:
with:
smalltalk-image: ${{ matrix.smalltalk }}
- name: Load in New Image and Run Tests
run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }}
run: smalltalkci -s ${{ matrix.smalltalk }} .ci.ston
shell: bash
timeout-minutes: 10
env:
Expand All @@ -36,7 +35,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: Logs
name: Logs-${{ matrix.smalltalk }}-${{ matrix.os }}
path: |
*.fuel
PharoDebug.log
Expand Down

0 comments on commit 4b37caa

Please sign in to comment.