Skip to content

Commit

Permalink
Updated backend workflow CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 16, 2024
1 parent 59541f6 commit 629411f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@ jobs:
- name: Go version
run: go version

- name: Build Forgot Password back-end.
run: cd backend/forgetpass && go build -ldflags "-w -s"

- name: Build Authentication back-end.
run: cd backend/auth && go build -ldflags "-w -s"

- name: Build SMS back-end
run: cd backend/sms && go build -ldflags "-w -s"

- name: Build Data Analytics back-end
run: cd backend/data_analytics && go build -ldflags "-w -s"

- name: Build Database back-end
run: cd backend/database && go build -ldflags "-w -s"

- name: Build Forgot Password back-end.
run: cd backend/forgetpass && go build -ldflags "-w -s"

- name: Build SMS back-end
run: cd backend/sms && go build -ldflags "-w -s"

- name: Build Storage back-end
run: cd backend/storage && go build -ldflags "-w -s"

- name: Build Traffic back-end
run: cd backend/traffic && go build -ldflags "-w -s"

0 comments on commit 629411f

Please sign in to comment.