Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dionAngelo authored Nov 3, 2023
1 parent 084c3dc commit 1254f42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Pharo
uses: hpi-swa/[email protected]
with:
smalltalk-image: Pharo32-stable
smalltalk-image: Pharo64-11

- name: Load code and create image
run: |
smalltalkci -s
smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15

0 comments on commit 1254f42

Please sign in to comment.