Skip to content

upgrade stripe oas3 v1071 and ndc-rest v0.2.0 #18

upgrade stripe oas3 v1071 and ndc-rest v0.2.0

upgrade stripe oas3 v1071 and ndc-rest v0.2.0 #18

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