Skip to content

Commit

Permalink
Add reference to api module
Browse files Browse the repository at this point in the history
  • Loading branch information
RemindD committed May 22, 2024
1 parent 1a7a19d commit c554421
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:
cd ..
- name: COA Test
run: cd coa && mage cleanTest
run: |
go work init
go work use api
cd coa && mage cleanTest
- name: API Build
run: cd api && go build -o symphony-api
Expand Down

0 comments on commit c554421

Please sign in to comment.