Skip to content

Commit

Permalink
ci(js): remove cwd since working directory is already set to the righ…
Browse files Browse the repository at this point in the history
…t folder
  • Loading branch information
matteo-cristino committed Sep 29, 2024
1 parent 11f387a commit 87fcb29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@ jobs:
sudo apt-get install -qy meson ninja-build
- name: Install yarn dependencies
run: |
yarn --cwd bindings/javascript
yarn
- name: Build Zenroom Wasm
run: |
yarn --cwd bindings/javascript build
yarn build
env:
EMSCRIPTEN: ${{ env.EMSDK }}/upstream/emscripten
- name: 🧪 test bindings node-${{ matrix.node-version }}
run: |
yarn --cwd bindings/javascript test
yarn test
- name: 🔐 check crypto with node-${{ matrix.node-version }}
working-directory: ./
run: |
Expand Down Expand Up @@ -397,10 +397,10 @@ jobs:
sudo apt-get install -qy meson ninja-build
- name: Install yarn dependencies
run: |
yarn --cwd bindings/javascript
yarn
- name: Build Zenroom Wasm
run: |
yarn --cwd bindings/javascript build
yarn build
env:
EMSCRIPTEN: ${{ env.EMSDK }}/upstream/emscripten
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 87fcb29

Please sign in to comment.