This is an automated email from the ASF dual-hosted git repository.

suyanhanx pushed a commit to branch nodejs-layer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/nodejs-layer by this push:
     new ff4887b3c try
ff4887b3c is described below

commit ff4887b3c6a895bbb28c55e329e0f097a9917aa4
Author: suyanhanx <[email protected]>
AuthorDate: Sat Nov 4 15:28:07 2023 +0800

    try
    
    Signed-off-by: suyanhanx <[email protected]>
---
 .github/workflows/bindings_nodejs.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/bindings_nodejs.yml 
b/.github/workflows/bindings_nodejs.yml
index 3abd22476..db98e84a6 100644
--- a/.github/workflows/bindings_nodejs.yml
+++ b/.github/workflows/bindings_nodejs.yml
@@ -68,19 +68,14 @@ jobs:
       - name: Check diff
         run: git diff --exit-code
 
-      - name: Build
+      - name: Unit test
         run: |
           docker run \
             -v ${{ github.workspace }}:/build \
             -e NAPI_TARGET=x86_64-unknown-linux-gnu \
             -w /build/bindings/nodejs \
             ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian \
-            bash -c "yarn build"
-          # change owner to current user
-          sudo chown -R 1001:121 *.node
-
-      - name: Unit test
-        run: cargo nextest run --no-fail-fast
+            bash -c "cargo nextest run --no-fail-fast"
 
   linux:
     runs-on: ubuntu-latest

Reply via email to