Skip to content

Commit

Permalink
minor CI build modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 14, 2023
1 parent f944ba1 commit 13681ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
VERSION: 'nightly'
cache-name: zip-cache
RUN_ID: ${{ github.run_id }}
PHARO_VERSION: 11

jobs:

Expand All @@ -36,7 +37,7 @@ jobs:
uses: hpi-swa/[email protected]
id: smalltalkci
with:
smalltalk-image: Pharo64-11
smalltalk-image: Pharo64-${{ env.PHARO_VERSION }}
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }}
shell: bash
Expand All @@ -54,7 +55,7 @@ jobs:
uses: hpi-swa/[email protected]
id: smalltalkci
with:
smalltalk-image: Pharo64-11
smalltalk-image: Pharo64-${{ env.PHARO_VERSION }}
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }}
shell: bash
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
PROJECT_NAME: 'openponk-${{ github.event.repository.name }}'
VERSION: ${{ github.event.release.tag_name }}
RUN_ID: ${{ github.run_id }}
PHARO_VERSION: 11

jobs:
test-linux:
Expand All @@ -22,7 +23,7 @@ jobs:
- uses: hpi-swa/[email protected]
id: smalltalkci
with:
smalltalk-image: Pharo64-11
smalltalk-image: Pharo64-${{ env.PHARO_VERSION }}
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }}
shell: bash
Expand All @@ -38,7 +39,7 @@ jobs:
- uses: hpi-swa/[email protected]
id: smalltalkci
with:
smalltalk-image: Pharo64-11
smalltalk-image: Pharo64-${{ env.PHARO_VERSION }}
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }}
shell: bash
Expand Down

0 comments on commit 13681ba

Please sign in to comment.