Skip to content

Commit

Permalink
add Build Binary
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Oct 24, 2024
1 parent 14bcf12 commit 2a1975b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ jobs:
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
path: /dbio
env: dev

- name: Build Binary
run: |
# Prep
bash scripts/ci/prep.linux.sh
# build
bash scripts/ci/build.linux.sh dev
- name: Run Go Tests (dbio)
run: |
Expand Down

0 comments on commit 2a1975b

Please sign in to comment.