diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 78f6c56c4..4e89ac441 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,7 @@ jobs: - 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 + - name: Run tests run: pwd + - name: List files run: ls -la \ No newline at end of file