diff --git a/.github/workflows/test-feature-pr.yml b/.github/workflows/test-feature-pr.yml index a54c2051..90301b8f 100644 --- a/.github/workflows/test-feature-pr.yml +++ b/.github/workflows/test-feature-pr.yml @@ -22,6 +22,7 @@ jobs: - name: "Check out repository code" uses: "actions/checkout@v4" - name: "Build" + id: "build" uses: "./.github/actions/build" with: image-name: "${{ github.repository }}/nautobot-dev"