Skip to content

Commit

Permalink
check workspace to fix the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 6, 2024
1 parent dc0b909 commit f51e269
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
- name: Check formatting
run: npm run check-format

- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Run tests
run: npm run test
12 changes: 6 additions & 6 deletions build/NftMarkerCreator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/NftMarkerCreator_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/NftMarkerCreator_wasm.thread.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion emscripten/WebARKitLib

0 comments on commit f51e269

Please sign in to comment.