Skip to content

Commit

Permalink
Update cl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungBinKo committed May 6, 2021
1 parent 47fcbfd commit f2f11f7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ jobs:
# Select platform(s)
os: [ubuntu-latest, macos-latest, windows-latest]
# Select compatible Smalltalk image(s)
smalltalk: [Squeak64-trunk, Squeak64-5.3, Squeak64-5.2, Squeak64-5.1]
smalltalk: [Squeak64-trunk, Squeak64-5.3, Squeak64-5.2]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Setup smalltalkCI
uses: hpi-swa/setup-smalltalkCI@1.1.0
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
- name: Test ChangesBrowser
run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
timeout-minutes: 15
env:
# for uploading coverage reports
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f2f11f7

Please sign in to comment.