Skip to content

Commit

Permalink
feat: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
keivanipchihagh committed Mar 19, 2024
1 parent c598422 commit a949e5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: 🚀 Generate gRPC files
run: |
bash ./scripts/build.sh
# - name: 🧪 Run tests
# run: |
# python -u -m unittest
- name: ⚒️ Build api-scheme
run: |
make build
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Builds the api-scheme
build:
bash scripts/clean.sh
bash scripts/build.sh

0 comments on commit a949e5a

Please sign in to comment.