Skip to content

Add test for application/problem+json case (based on RFC-9457) #221

Add test for application/problem+json case (based on RFC-9457)

Add test for application/problem+json case (based on RFC-9457) #221

Workflow file for this run

name: Pharo Unit Tests
on:
- push
- pull_request
- workflow_dispatch
jobs:
unit-tests-pharo-10:
runs-on: ubuntu-latest
name: Pharo64-10
services:
httpbin:
image: ghcr.io/ba-st-dependencies/httpbin:master
memcached:
image: memcached:1.6-alpine
steps:
- uses: actions/checkout@v6
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v10
with:
spec: .smalltalkci/.unit-tests.ston
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
name: Unit-Tests-Pharo-10
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
unit-tests-pharo-11:
runs-on: ubuntu-latest
name: Pharo64-11
services:
httpbin:
image: ghcr.io/ba-st-dependencies/httpbin:master
memcached:
image: memcached:1.6-alpine
steps:
- uses: actions/checkout@v6
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v11
with:
spec: .smalltalkci/.unit-tests.ston
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
name: Unit-Tests-Pharo-11
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
unit-tests-pharo-12:
runs-on: ubuntu-latest
name: Pharo64-12
services:
httpbin:
image: ghcr.io/ba-st-dependencies/httpbin:master
memcached:
image: memcached:1.6-alpine
steps:
- uses: actions/checkout@v6
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v12
with:
spec: .smalltalkci/.unit-tests.ston
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
name: Unit-Tests-Pharo-12
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
unit-tests-pharo-13:
runs-on: ubuntu-latest
name: Pharo64-13
services:
httpbin:
image: ghcr.io/ba-st-dependencies/httpbin:master
memcached:
image: memcached:1.6-alpine
steps:
- uses: actions/checkout@v6
- name: Load Image and Run Tests
uses: ba-st-actions/pharo-ci@v13
with:
spec: .smalltalkci/.unit-tests.ston
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
name: Unit-Tests-Pharo-13
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit