Skip to content

Commit

Permalink
improved github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Dec 10, 2024
1 parent 6df9036 commit 540103b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ on:

jobs:
build:
strategy:
fail-fast: false
matrix:
pharoversion: [ Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0 ]
name: ${{ matrix.pharoversion }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-version: Pharo64-9.0
smalltalk-version: ${{ matrix.pharoversion }}
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 15

0 comments on commit 540103b

Please sign in to comment.