Skip to content

Commit

Permalink
Add lint_test inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 6, 2024
1 parent d2b35bb commit a40bf5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ on:
- '**'

jobs:
test:
uses: babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@hiep/add-nodejs-workflows
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@hiep/add-nodejs-workflows
with:
run-build: true
run-unit-tests: true
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@hiep/add-nodejs-workflows
with:
run-build: true
run-unit-tests: true

docker_build:
needs: [lint_test]
Expand Down

0 comments on commit a40bf5d

Please sign in to comment.