Skip to content

Commit

Permalink
Build step
Browse files Browse the repository at this point in the history
  • Loading branch information
williamputraintan committed Sep 19, 2023
1 parent 115a4a3 commit 5101299
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
run: |
make install
- name: Build code
run: |
make build
- name: Lint and code formatting
run: |
make check
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ deep: scan
baseline:
@detect-secrets scan --exclude-files '^(yarn.lock|.yarn/|.local/|openapi/)' > .secrets.baseline

build:
@(cd lib/workload/stateless/metadata_manager/src && yarn edgetypes)

test:
@yarn test
@(cd lib/workload/stateless/sequence_run_manager/src && python manage.py test)
Expand Down

0 comments on commit 5101299

Please sign in to comment.