Skip to content

cli tool for managing NTT deployments #4

cli tool for managing NTT deployments

cli tool for managing NTT deployments #4

Workflow file for this run

name: CLI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build -f Dockerfile.cli --target cli-local-test . --progress=plain