Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 17: cannot unmarshal !!seq into string
Ricardo J González C 2331a56248 Update documentation
2022-06-03 12:06:13 -05:00

19 lines
423 B
YAML

on: [push]
jobs:
test-compose-action:
runs-on: ubuntu-latest
name: test compose action
steps:
- uses: actions/checkout@v2
- uses: ./
with:
compose-file: "./docker/docker-compose.yml"
down-flags: "--volumes"
- uses: ./
with:
compose-file: "./docker/docker-compose.yml"
services:
- "helloworld2"
- "helloworld3"