Skip to content

Commit

Permalink
Merge pull request #22 from hernanmd/update_CI
Browse files Browse the repository at this point in the history
Update CI YAML file
  • Loading branch information
hernanmd authored Nov 13, 2024
2 parents 4a3c0ff + ed58b7c commit 3735dd4
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: currentStablePharo
name: CI

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

on:
push:
branches:
- master
- '**'
workflow_dispatch:

jobs:
Expand All @@ -16,11 +16,14 @@ jobs:
platform: [ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
- name: Checkout repository
uses: actions/checkout@v4
- name: Load SmalltalkCI environment
uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-version: Pharo64-9.0
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
smalltalk-version: Pharo64-stable
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 15

0 comments on commit 3735dd4

Please sign in to comment.