Skip to content

Stability tests (multiple consecutive payments to same offer) #21

Stability tests (multiple consecutive payments to same offer)

Stability tests (multiple consecutive payments to same offer) #21

Workflow file for this run

name: Smoke Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Wait for services to start
uses: hoverkraft-tech/compose-action@v2.0.0
with:
up-flags: "-d"
- name: Run init script
run: ./scripts/init.sh