-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
0 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,41 +20,6 @@ env: | |
RUN_ID: ${{ github.run_id }} | ||
|
||
jobs: | ||
test-p10-linux: | ||
runs-on: ubuntu-latest | ||
env: | ||
PLATFORM: linux | ||
name: 'Test Pharo 10 Linux' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Load SmalltalkCI environment | ||
uses: hpi-swa/[email protected] | ||
id: smalltalkci | ||
with: | ||
smalltalk-version: Pharo64-10 | ||
- name: Prepare image and test | ||
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }} | ||
shell: bash | ||
timeout-minutes: 10 | ||
|
||
test-p10-win: | ||
runs-on: windows-latest | ||
env: | ||
PLATFORM: win | ||
name: 'Test Pharo 10 Windows' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Load SmalltalkCI environment | ||
uses: hpi-swa/[email protected] | ||
id: smalltalkci | ||
with: | ||
smalltalk-version: Pharo64-10 | ||
- name: Prepare image and test | ||
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }} | ||
shell: bash | ||
timeout-minutes: 15 | ||
|
||
test-linux: | ||
runs-on: ubuntu-latest | ||
|