Skip to content

Make BaselineOfNewToolsDocumentBrowser for Pharo 11 use the tag ‘v2.4.1’ instead of the branch ‘integration’ for Microdown #106

Make BaselineOfNewToolsDocumentBrowser for Pharo 11 use the tag ‘v2.4.1’ instead of the branch ‘integration’ for Microdown

Make BaselineOfNewToolsDocumentBrowser for Pharo 11 use the tag ‘v2.4.1’ instead of the branch ‘integration’ for Microdown #106

Workflow file for this run

name: DocumentBrowser-dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PHARO_CI_TESTING_ENVIRONMENT: 1
on:
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Pharo64-11 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup smalltalkCI
uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
- name: Load Image and Run Tests
run: smalltalkci -s ${{ matrix.smalltalk }}
timeout-minutes: 15