diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f8df10e..0e6808d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,17 +47,12 @@ jobs: # number: ${{ steps.finder.outputs.pr }} # path: code-coverage-results.md # recreate: true - - name: Install app - run: go install - - - name: debug go - run: go env - name: Upload binary uses: actions/upload-artifact@v4 with: name: binary - path: $GOPATH/bin/postgresql-partition-manager + path: postgresql-partition-manager if-no-files-found: error retention-days: 1 @@ -102,6 +97,9 @@ jobs: with: name: binary + - name: Move PPM to local executable + run: mv postgresql-partition-manager /usr/local/bin + # - uses: actions/setup-go@v5 # with: # go-version: stable