Skip to content

Commit

Permalink
Merge pull request #65 from ba-st/gs64-3.7.1
Browse files Browse the repository at this point in the history
Add support for GS64 3.7.1
  • Loading branch information
gcotelli authored Apr 15, 2024
2 parents e00ed05 + b6c8b9a commit 8732064
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 11 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/loading-gs64-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request
- workflow_dispatch
jobs:
component-loading:
component-loading-3_7_0:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -14,11 +14,29 @@ jobs:
- API-Client
- Dependent-SUnit-Extensions
- Service-Discovery
name: GS64 + ${{ matrix.load-spec }}
name: GS64 v3.7.0 + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v4
- name: Load component in image
uses: ba-st-actions/gs64-ci@v2
with:
project_name: 'Superluminal'
load_spec: 'Superluminal-${{ matrix.load-spec }}'
component-loading-3_7_1:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
load-spec:
- Core
- API-Client
- Dependent-SUnit-Extensions
- Service-Discovery
name: GS64 v3.7.1 + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v4
- name: Load component in image
uses: ba-st-actions/gs64-ci@v3
with:
project_name: 'Superluminal'
load_spec: 'Superluminal-${{ matrix.load-spec }}'
22 changes: 20 additions & 2 deletions .github/workflows/unit-tests-gs64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
- pull_request
- workflow_dispatch
jobs:
unit-tests:
unit-tests-3_7_0:
runs-on: ubuntu-latest
name: GS64 Unit Tests
name: GS64 v3.7.0 Unit Tests
services:
httpbin:
image: fortizpenaloza/httpbin
Expand All @@ -22,3 +22,21 @@ jobs:
env:
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin
unit-tests-3_7_1:
runs-on: ubuntu-latest
name: GS64 v3.7.1 Unit Tests
services:
httpbin:
image: fortizpenaloza/httpbin
memcached:
image: memcached:1.6.7-alpine
steps:
- uses: actions/checkout@v4
- name: Load Image and Run Tests
uses: ba-st-actions/gs64-ci@v3
with:
project_name: 'Superluminal'
run_tests: 'true'
env:
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin
3 changes: 2 additions & 1 deletion .smalltalkci/.loading.api-client.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'API Client' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
3 changes: 2 additions & 1 deletion .smalltalkci/.loading.core.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'Core' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
3 changes: 2 additions & 1 deletion .smalltalkci/.loading.dependent-sunit-extensions.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'Dependent-SUnit-Extensions' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
3 changes: 2 additions & 1 deletion .smalltalkci/.loading.deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'Deployment' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
3 changes: 2 additions & 1 deletion .smalltalkci/.loading.examples.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'Examples' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
3 changes: 2 additions & 1 deletion .smalltalkci/.loading.service-discovery.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'Service Discovery' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
3 changes: 2 additions & 1 deletion .smalltalkci/.unit-tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ SmalltalkCISpec {
#baseline : 'Superluminal',
#directory : '../source',
#load : [ 'CI' ],
#platforms : [ #pharo ]
#platforms : [ #pharo ],
#failOn : [ #Warning ]
}
],
#testing : {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Building blocks for creating HTTP requests and API clients
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)

[![GS64 3.7.0](https://img.shields.io/badge/GS64-3.7.0-informational)](https://gemtalksystems.com/products/gs64/)
[![GS64 3.7.1](https://img.shields.io/badge/GS64-3.7.1-informational)](https://gemtalksystems.com/products/gs64/)

Quick links

Expand Down

0 comments on commit 8732064

Please sign in to comment.