Skip to content

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

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

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

name: 'GS64 Unit Tests'
on:
- push
- pull_request
- workflow_dispatch
jobs:
unit-tests-3_7_1:
runs-on: ubuntu-latest
name: GS64 v3.7.1 Unit Tests
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/gs64-ci@v3
with:
project_name: 'Superluminal'
run_tests: 'true'
env:
CI_MEMCACHED_HOSTNAME: memcached
CI_HTTPBIN_HOSTNAME: httpbin