Skip to content

Commit

Permalink
ci: use stable image/vm for squeak60
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Dec 26, 2023
1 parent da61ce9 commit 9d1175a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests & Benchmarks
on: [push, workflow_dispatch]

env:
SMALLTALK_IMAGE: Squeak64-Trunk
SMALLTALK_IMAGE: Squeak64-6.0
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -13,11 +13,8 @@ jobs:
uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ env.SMALLTALK_IMAGE }}
- id: download-vm
name: Download latest VM
run: scripts/download_vm.sh
- name: Run tests
run: smalltalkci -s "${{ steps.smalltalkci.outputs.smalltalk-image }}" --vm "${{ steps.download-vm.outputs.vm-path }}" tests.smalltalk.ston
run: smalltalkci -s "${{ steps.smalltalkci.outputs.smalltalk-image }}" tests.smalltalk.ston
timeout-minutes: 15
env:
# for uploading coverage reports
Expand All @@ -31,11 +28,8 @@ jobs:
uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ env.SMALLTALK_IMAGE }}
- id: download-vm
name: Download latest VM
run: scripts/download_vm.sh
- name: Run benchmarks
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} --vm "${{ steps.download-vm.outputs.vm-path }}" benchmarks.smalltalk.ston
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} benchmarks.smalltalk.ston
timeout-minutes: 15
env:
TDB_BENCHMARK_RESULTS_PATH: ${{ runner.temp }}/benchmark-data.json
Expand Down

0 comments on commit 9d1175a

Please sign in to comment.