diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 7048cac..d62aa4b 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - name: EchoTest - run: ls + run: ls ./backend - name: Build test Docker image run: docker build --target test --tag backend:test ./backend - name: Run tests