Skip to content

Commit

Permalink
CI: Moose 12 + simplifications of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Aug 26, 2024
1 parent 675f367 commit 4be5c8f
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
name: MoosePy tests
name: Tests

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
workflow_dispatch:

on: [ push, pull_request, workflow_dispatch ]

jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-image: Moose64-11
smalltalk-image: Moose64-12
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }}
shell: bash
timeout-minutes: 15

0 comments on commit 4be5c8f

Please sign in to comment.