Skip to content

Upgrade ndc-http v0.9.1 and add STRIPE_STRINGIFY_JSON env (#19) #65

Upgrade ndc-http v0.9.1 and add STRIPE_STRINGIFY_JSON env (#19)

Upgrade ndc-http v0.9.1 and add STRIPE_STRINGIFY_JSON env (#19) #65

Workflow file for this run

name: Unit tests
on:
workflow_call:
push:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Test
run: scripts/test.sh
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2