Skip to content

Commit

Permalink
Added an action to run smalltalkCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Dec 30, 2020
1 parent 473b0b0 commit f5395b2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/smalltalk-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the development branch
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-version: Pharo64-8.0
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 15

0 comments on commit f5395b2

Please sign in to comment.