Skip to content

Commit

Permalink
update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Oct 27, 2023
1 parent 7d39c7b commit 00dedc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Pharo11CI.yml → .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Pharo 11 CI'
name: 'Tests'

on:
push:
branches:
- 'master'
- 'dev-lookandfeel'
- 'SteelSheet'
pull_request:
types: [assigned, opened, synchronize, reopened]

Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
smalltalk: [ Pharo64-11 ]
smalltalk: [ Pharo64-11, Pharo64-12 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Load in New Image and Run Tests
run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }}
shell: bash
timeout-minutes: 10
timeout-minutes: 30
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00dedc2

Please sign in to comment.