Skip to content

Commit

Permalink
. e Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dionAngelo authored Nov 17, 2023
1 parent b615726 commit 57bc3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
jobs:
build:
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
smalltalk: [ Pharo64-11 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
name: ${{ matrix.smalltalk }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
Expand Down

0 comments on commit 57bc3cb

Please sign in to comment.