From a6bae08e8e220e64dc7c958792bba6f821ce2fc6 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:57:38 +0100 Subject: [PATCH] update ci --- .github/workflows/Tests.yml | 29 ----------------------------- .smalltalk.ston | 8 ++------ 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 .github/workflows/Tests.yml 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/.smalltalk.ston b/.smalltalk.ston index 6a2fe3d..90a88fd 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -1,13 +1,9 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { - #baseline : 'ProjectName', + #baseline : 'BlocSerialization', #directory : 'src', #platforms : [ #pharo ] } - ], - #testing : { - #failOnZeroTests : false, - #packages : [ 'ProjectNamePackage.*' ] - } + ] }