diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index cfb3eecde..69572d660 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -43,7 +43,7 @@ jobs: steps: - uses: "actions/checkout@v4" - uses: "actions/setup-node@v4" - - run: "make bin/probod" + - run: "make @probo/console" fmt-check: name: "fmt-check" runs-on: "ubuntu-22.04"