diff --git a/.github/workflows/Pharo12CI.yml b/.github/workflows/Pharo12CI.yml deleted file mode 100644 index f9535e2..0000000 --- a/.github/workflows/Pharo12CI.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 'Pharo 12 CI' - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: - - 'main' - pull_request: - types: [assigned, opened, synchronize, reopened] - schedule: - - cron: '0 12 * * 0' - -jobs: - build: - strategy: - matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-12 ] - runs-on: ${{ matrix.os }} - name: ${{ matrix.smalltalk }} on ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - name: Load in New Image and Run Tests - run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} - shell: bash - timeout-minutes: 30 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml deleted file mode 100644 index 1b2bd16..0000000 --- a/.github/workflows/Tests.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: 'Tests' - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: - - 'main' - pull_request: - types: [assigned, opened, synchronize, reopened] - -jobs: - build: - strategy: - matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-11, Pharo64-12 ] - runs-on: ${{ matrix.os }} - name: ${{ matrix.smalltalk }} on ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - name: Load in New Image and Run Tests - run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} - shell: bash - timeout-minutes: 30 \ No newline at end of file diff --git a/README.md b/README.md index b7af5b4..0bb9d71 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ [![License](https://img.shields.io/github/license/OpenSmock/woden-controls.svg)](./LICENSE) - - - + [![Pharo 11 CI](https://github.com/OpenSmock/woden-controls/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/woden-controls/actions/workflows/Pharo11CI.yml) -[![Pharo 12 CI](https://github.com/OpenSmock/woden-controls/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/woden-controls/actions/workflows/Pharo12CI.yml) # Woden Controls Project description here.