Skip to content

Improve launchpad script for GS64 to not fail if the netldi is alread… #397

Improve launchpad script for GS64 to not fail if the netldi is alread…

Improve launchpad script for GS64 to not fail if the netldi is alread… #397

Workflow file for this run

name: Baseline Groups
on:
- push
- pull_request
- workflow_dispatch
jobs:
group-loading:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
smalltalk:
- Pharo64-10
- Pharo64-11
load-spec:
- development
- deployment
- examples
- sunit
- tools
name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- name: Load group in image
run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalkci/.loading.${{ matrix.load-spec }}.ston
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15