Skip to content

Implementing worklist algorithm #42

Implementing worklist algorithm

Implementing worklist algorithm #42

Workflow file for this run

name: Famix-Simpl-Diff-CI
on:
push:
branches:
- main
- differences-list
- differences-list-with-meta-model
- simplify_entity_comparison_using_meta_description
- adding_test_package
pull_request:
branches:
- main
- differences-list
- differences-list-with-meta-model
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Moose64-13 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 10