Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 test release build only BE
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Oct 25, 2023
1 parent 26f13d3 commit 3667812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ jobs:
# cd ${GITHUB_WORKSPACE}/backend

- name: Build Everest release
run: GOOS=linux GOARCH=amd64 make release
run: |
cd ${GITHUB_WORKSPACE}/backend
GOOS=linux GOARCH=amd64 make release

0 comments on commit 3667812

Please sign in to comment.