Skip to content

Workflow file for this run

name: Docker Compose Actions Workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
- name: Run the tests
run: pwd
run: ls -la

Check failure on line 12 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Docker Compose Actions Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 12, Col: 9): 'run' is already defined