Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Apr 15, 2024
1 parent 8b641c2 commit ae0679c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae0679c

Please sign in to comment.