Skip to content

Commit

Permalink
#46 mod cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
kynmh69 committed Oct 4, 2024
1 parent 566f62b commit dde2a26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish-key-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,12 @@ jobs:
- name: Run migration
working-directory: ${{ env.SRC_DIR }}
shell: bash -l {0}
env:
PSQL_HOSTNAME: localhost
DATABASE: unittest
run: |
go mod download
PSQL_HOSTNAME=localhost go run cmd/migration.go
go run cmd/migration.go
- name: Build
working-directory: ${{ env.KEY_MAN_DIR }}
Expand Down

0 comments on commit dde2a26

Please sign in to comment.