Skip to content

Commit

Permalink
Update and rename test.yml to test-pharo8.yml
Browse files Browse the repository at this point in the history
Run CI on Pharo 8 for branches v7 and v8
  • Loading branch information
ClotildeToullec committed Mar 2, 2021
1 parent 076f9e2 commit 7989c5d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: CI-Pharo8

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the development branch
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
branches:
- v7
- v8

jobs:
build:
Expand All @@ -15,7 +18,7 @@ jobs:
PROJECT_NAME: ${{ matrix.smalltalk }}-Moose
strategy:
matrix:
smalltalk: [ Pharo64-9.0, Pharo64-8.0 ]
smalltalk: [ Pharo64-8.0 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7989c5d

Please sign in to comment.