Skip to content

Commit

Permalink
Merge pull request #10 from OpenSmock/dev-9
Browse files Browse the repository at this point in the history
Fix #9
  • Loading branch information
labordep authored Oct 20, 2024
2 parents 2c68a7d + 2027b9a commit 8db6093
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Pharo11CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: 'Pharo 11 CI'

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

on:
push:
branches:
- '**'
- '!master'
- 'main'
pull_request:
types: [assigned, opened, synchronize, reopened]

Expand All @@ -24,6 +26,4 @@ jobs:
- name: Load in New Image and Run Tests
run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }}
shell: bash
timeout-minutes: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 30
10 changes: 5 additions & 5 deletions .github/workflows/Pharo12CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: 'Pharo 12 CI'

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

on:
push:
branches:
- '**'
- '!master'
- 'main'
pull_request:
types: [assigned, opened, synchronize, reopened]

Expand All @@ -24,6 +26,4 @@ jobs:
- name: Load in New Image and Run Tests
run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }}
shell: bash
timeout-minutes: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 30
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
'srcDirectory' : '',
'srcDirectory' : 'src',
'tags' : [ #smock]
}
1 change: 1 addition & 0 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'GeoTools',
#directory : 'src',
#platforms : [ #pharo ]
}
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8db6093

Please sign in to comment.