test: add AMM integration tests (#2471)

This commit is contained in:
Omar Khan
2023-11-03 18:23:27 -04:00
committed by GitHub
parent 14f40f1f62
commit b47bb39682
13 changed files with 1042 additions and 6 deletions

View File

@@ -3,15 +3,15 @@
name: Node.js CI
env:
RIPPLED_DOCKER_IMAGE: rippleci/rippled:2.0.0-b4
on:
push:
branches: [main, 1.x]
pull_request:
workflow_dispatch:
env:
RIPPLED_DOCKER_IMAGE: rippleci/rippled:2.0.0-b4
jobs:
build-and-lint:
runs-on: ubuntu-latest