We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8fbb5 commit 94f2ceaCopy full SHA for 94f2cea
.github/workflows/node-js-packaging.yml
@@ -278,13 +278,8 @@ jobs:
278
uses: addnab/docker-run-action@v3
279
with:
280
image: ${{ steps.docker.outputs.IMAGE }}
281
- options: '-v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}'
282
- run: |
283
- node -e "
284
- console.log('process.arch:', process.arch);
285
- console.log('process.platform:', process.platform);
286
- "
287
- yarn test
+ options: '-v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }}/binding/node --platform ${{ steps.docker.outputs.PLATFORM }}'
+ run: yarn test
288
publish:
289
name: Publish
290
if: startsWith(github.ref, 'refs/tags/')
0 commit comments