From c07abcbceeb8865842a405f47da6904fa2fba3e2 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:29:58 +0200 Subject: [PATCH 1/2] fix CI --- .github/workflows/Pharo12CI.yml | 31 ------------------------------- .github/workflows/Tests.yml | 29 ----------------------------- 2 files changed, 60 deletions(-) delete mode 100644 .github/workflows/Pharo12CI.yml delete mode 100644 .github/workflows/Tests.yml 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 From 46bf9b3d3bf8343ac3b795f1f88e596b6a9d0930 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:34:07 +0200 Subject: [PATCH 2/2] fix CI --- .smalltalk.ston | 1 + 1 file changed, 1 insertion(+) diff --git a/.smalltalk.ston b/.smalltalk.ston index 15d07f5..9ae6b34 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -2,6 +2,7 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'DependencyTestProjectForBaseline', + #directory : 'src', #platforms : [ #pharo ] } ],