Skip to content

Make change of async payment spendable #353

Make change of async payment spendable

Make change of async payment spendable #353

name: ci_integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: integration tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.23.1'
- name: Run go work sync
run: go work sync
- name: Run Nigiri
uses: vulpemventures/nigiri-github-action@v1
- name: integration testing
run: make integrationtest