File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,18 +96,10 @@ jobs:
9696 shell : bash
9797 - name : Install dependencies
9898 run : yarn install
99- - name : Build in docker
100- uses : addnab/docker-run-action@v3
101- if : ${{ matrix.settings.docker }}
102- with :
103- image : ${{ matrix.settings.docker }}
104- options : ' --user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build'
105- run : ${{ matrix.settings.build }}
10699 - name : Check napi-rs version
107100 run : yarn napi -h
108101 - name : Build
109102 run : ${{ matrix.settings.build }}
110- if : ${{ !matrix.settings.docker }}
111103 shell : bash
112104 - name : Upload artifact
113105 uses : actions/upload-artifact@v4
@@ -145,7 +137,7 @@ jobs:
145137 shell : bash
146138 - name : Test bindings
147139 run : |
148- docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
140+ yarn test
149141 echo "$?"
150142 publish :
151143 name : Publish
You can’t perform that action at this time.
0 commit comments