diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f871f10..20b1acdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,4 +56,4 @@ jobs: runs-on: ubuntu-latest needs: [integration] steps: - - run: echo ${{needs.integration.outputs}} + - run: echo "integration completed"