Skip to content

Commit

Permalink
ci: implement build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 14, 2024
1 parent 607f265 commit f36b0d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
with:
node-version: "20"

- name: napi-rs build
working-directory: napi-pallas
run: yarn run build
- name: yarn install
run: yarn install

- name: napi-pallas build
run: yarn workspaces run build

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f36b0d6

Please sign in to comment.