commit e4f8626684a2ab3fb4169a885d28200f4eeefe7a
parent 2dd40508c556ff090414d56ae9573f47a50fe94d
Author: finwo <finwo@pm.me>
Date: Sun, 28 May 2023 01:21:53 +0200
Compile wasm component during workflow
Diffstat:
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -22,6 +22,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
+ - uses: finwo/dep@edge
+ - name: build wasm component
+ run: |
+ dep i
+ make
- name: npm install and npm test
run: |
npm install
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -22,6 +22,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
+ - uses: finwo/dep@edge
+ - name: build wasm component
+ run: |
+ dep i
+ make
- name: npm install and npm test
run: |
npm install