Skip to content

install docker-compose-plugin #73

install docker-compose-plugin

install docker-compose-plugin #73

Workflow file for this run

on: [push]
name: Test
jobs:
test:
runs-on: ubuntu-latest
name: Testing streamr-docker-dev-action
steps:
- uses: actions/checkout@v4
- uses: ./
- run: curl -v http://localhost/api/v1/products
shell: bash